Remove extraneous #include
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 05:21:30 +0000 (05:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 05:21:30 +0000 (05:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7881 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachine.h

index 11886db3f598c99173cb639bb529750552f16cef..b568ce97d12e67562f4cb8c74608419aa76f6f36 100644 (file)
@@ -8,7 +8,6 @@
 #define LLVM_TARGET_TARGETMACHINE_H
 
 #include "llvm/Target/TargetData.h"
-#include "Support/NonCopyable.h"
 
 class TargetInstrInfo;
 class TargetInstrDescriptor;