Move #include to right place.

llvm-svn: 51932
This commit is contained in:
Evan Cheng 2008-06-04 09:16:33 +00:00
parent c5b3a3bea5
commit eecdf659e8
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallSet.h"

View File

@ -19,7 +19,6 @@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IndexedMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Streams.h"