From 822b4fb896846b87dd11a330ae13f2239329aeef 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@475 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineInstr.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lib/CodeGen/MachineInstr.cpp') diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index d636d3af96..4a632587b6 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/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-18-g5258