Fix linux/msvc build, move include.

llvm-svn: 113776
This commit is contained in:
Benjamin Kramer 2010-09-13 20:04:49 +00:00
parent 43f9831376
commit 65550d7cea
3 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#define LLVM_CODEGEN_ASMPRINTER_H
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/Support/DebugLoc.h"
#include "llvm/System/DataTypes.h"
namespace llvm {

View File

@ -22,6 +22,7 @@
#include "llvm/Pass.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/System/DataTypes.h"
namespace llvm {

View File

@ -23,6 +23,7 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/UniqueVector.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/DebugLoc.h"
namespace llvm {