mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
The header file for a translation unit should always be included first
System headers should be last git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
feb6059343
commit
822b4fb896
@ -13,17 +13,11 @@
|
||||
//**************************************************************************/
|
||||
|
||||
|
||||
//************************** System Include Files ***************************/
|
||||
|
||||
#include <strstream>
|
||||
|
||||
|
||||
//*************************** User Include Files ***************************/
|
||||
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Method.h"
|
||||
#include "llvm/ConstPoolVals.h"
|
||||
#include "llvm/Instruction.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include <strstream>
|
||||
|
||||
|
||||
//************************ Class Implementations **************************/
|
||||
|
Loading…
Reference in New Issue
Block a user