From: Bill Wendling Date: Tue, 28 Nov 2006 03:31:29 +0000 (+0000) Subject: Put the #include for a module first. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=38b0e7bbf2590f99122a2535d16f34bd12c3bb24;p=oota-llvm.git Put the #include for a module first. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp index 703e31bf384..0e75bfb68f3 100644 --- a/lib/CodeGen/LiveInterval.cpp +++ b/lib/CodeGen/LiveInterval.cpp @@ -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