Ignore:
Timestamp:
May 1, 2008, 10:50:17 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

Location:
trunk/ab5.0/abdev/BasicCompiler_Common/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp

    r520 r522  
    11#pragma warning(disable : 4996)
    22
     3#include <map>
    34#include <string>
    45#include <vector>
    56#include <fstream>
     7#include <iostream>
     8#include <iomanip>
     9#include <ios>
     10#include <streambuf>
     11#include <sstream>
    612
    713#include <windows.h>
     
    1319#include <limits.h>
    1420#include <shlobj.h>
     21#include <process.h>
     22#include <fcntl.h>
     23#include <io.h>
     24#include <shlwapi.h>
     25#include <tchar.h>
     26#include <stdarg.h>
    1527
    1628//boost libraries
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/ObjectModule.cpp

    r520 r522  
    66#include <fstream>
    77#include <iostream>
     8#include <iomanip>
     9#include <ios>
     10#include <streambuf>
     11#include <sstream>
    812
    913#include <windows.h>
     
    1923#include <io.h>
    2024#include <shlwapi.h>
     25#include <tchar.h>
     26#include <stdarg.h>
    2127
    2228//boost libraries
     
    5258using namespace ActiveBasic::Common::Lexical;
    5359
     60#include <option.h>
     61#include <logger.h>
    5462#include <Configuration.h>
     63#include <Source.h>
    5564#include <Type.h>
    5665#include <Method.h>
    5766#include <Interface.h>
     67#include <Member.h>
    5868#include <Class.h>
    5969#include <Procedure.h>
     
    6272#include <Compiler.h>
    6373#include <Debugger.h>
     74#include <Program.h>
    6475
    6576
Note: See TracChangeset for help on using the changeset viewer.