The header file for a translation unit should always be included first
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 17:18:30 +0000 (17:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 17:18:30 +0000 (17:18 +0000)
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

index d636d3af963a5d346983f53645c93d08375e74ab..4a632587b626d503c752d4bc91e9aeaae3bd5272 100644 (file)
 //**************************************************************************/
 
 
-//************************** 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 **************************/