Remove extraneous #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-15 05:21:30 +00:00
parent e3561c23c2
commit 960ff04a09

View File

@ -8,7 +8,6 @@
#define LLVM_TARGET_TARGETMACHINE_H
#include "llvm/Target/TargetData.h"
#include "Support/NonCopyable.h"
class TargetInstrInfo;
class TargetInstrDescriptor;