Put the #include for a module first.

llvm-svn: 31958
This commit is contained in:
Bill Wendling 2006-11-28 03:31:29 +00:00
parent e176869ec0
commit a80e3dc0c0

View 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>