Fix linux/msvc build, move include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2010-09-13 20:04:49 +00:00
parent 16150c67a3
commit 12ea765632
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 {