From bc0d5f8bcb7ae2656cd002e69dee126a5e2b5295 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 28 Nov 2006 03:31:29 +0000 Subject: Put the #include for a module first. llvm-svn: 31958 --- llvm/lib/CodeGen/LiveInterval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveInterval.cpp') diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp index 703e31bf384..0e75bfb68f3 100644 --- a/llvm/lib/CodeGen/LiveInterval.cpp +++ b/llvm/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 -- cgit v1.2.3