aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 17:18:30 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 17:18:30 +0000
commit822b4fb896846b87dd11a330ae13f2239329aeef (patch)
tree9db2f8524d9490639c563f9eeadc413ae42058f1 /lib/CodeGen/MachineInstr.cpp
parentfeb60593438460fc237353570d2df70153b95f2f (diff)
downloadexternal_llvm-822b4fb896846b87dd11a330ae13f2239329aeef.zip
external_llvm-822b4fb896846b87dd11a330ae13f2239329aeef.tar.gz
external_llvm-822b4fb896846b87dd11a330ae13f2239329aeef.tar.bz2
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
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r--lib/CodeGen/MachineInstr.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index d636d3a..4a63258 100644
--- a/lib/CodeGen/MachineInstr.cpp
+++ b/lib/CodeGen/MachineInstr.cpp
@@ -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 **************************/