Put the #include for a module first.
authorBill Wendling <isanbard@gmail.com>
Tue, 28 Nov 2006 03:31:29 +0000 (03:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 28 Nov 2006 03:31:29 +0000 (03:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31958 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveInterval.cpp

index 703e31bf3842a201de0231e724d43784ac4a0c6f..0e75bfb68f355c71cffb3aa2d2fd73f65de72f34 100644 (file)
@@ -18,8 +18,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/ADT/STLExtras.h"
 #include "llvm/CodeGen/LiveInterval.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/Streams.h"
 #include "llvm/Target/MRegisterInfo.h"
 #include <algorithm>