summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 17:14:10 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 17:14:10 +0000
commit898c72b4d8a1bf4ffed9e419b9e753ee69780111 (patch)
treed7d60bb8d1a2ef1098710076e26f1dac37affb9a /include
parentea9d2495956123c307d21893047b541f1dc3d061 (diff)
downloadllvm-898c72b4d8a1bf4ffed9e419b9e753ee69780111.tar.gz
llvm-898c72b4d8a1bf4ffed9e419b9e753ee69780111.tar.bz2
llvm-898c72b4d8a1bf4ffed9e419b9e753ee69780111.tar.xz
Remove unneeded #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index a336de5f09..5e0fa6187c 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -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"