Ignore:
Timestamp:
May 10, 2008, 7:42:22 PM (16 years ago)
Author:
dai_9181
Message:

インクルード順序を整理

File:
1 edited

Legend:

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

    r567 r597  
    11#include "stdafx.h"
    2 
    3 #include <Source.h>
    4 #include <Class.h>
    5 #include <Compiler.h>
    6 
    7 #include "../common.h"
    8 #ifdef _AMD64_
    9 #include "../../compiler_x64/opcode.h"
    10 #else
    11 #include "../../compiler_x86/opcode.h"
    12 #endif
    13 
    14 using namespace ActiveBasic::Compiler;
    152
    163void CClass::Using() const
Note: See TracChangeset for help on using the changeset viewer.