From 23fcc08d38389bbc73b7d0ceac5bf4a6b6b79883 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 17:18:30 +0000 Subject: The header file for a translation unit should always be included first System headers should be last llvm-svn: 475 --- llvm/lib/CodeGen/MachineInstr.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index d636d3af963..4a632587b62 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -13,17 +13,11 @@ //**************************************************************************/ -//************************** System Include Files ***************************/ - -#include - - -//*************************** 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 //************************ Class Implementations **************************/ -- cgit v1.2.3