Remove unneeded #include
authorChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 17:14:10 +0000 (17:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 17:14:10 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4384 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index a336de5f0908d3c40c6b7b0bc8eb1cf5f0fee481..5e0fa6187c3180b26d11962f6d9604f5ccb6586b 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Annotation.h"
-#include "Support/NonCopyable.h"
 #include "Support/HashExtras.h"
 #include "Support/hash_set"
 #include "Support/ilist"