diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 17:14:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 17:14:10 +0000 |
commit | 94f3fae9940b576cd51c0e12ff00b1e9196949fe (patch) | |
tree | 0759e9918c6eddd2d2ec3ebfb693ad264a24c97c | |
parent | 76014b97af563b0912e1267ae115887febb1280d (diff) | |
download | bcm5719-llvm-94f3fae9940b576cd51c0e12ff00b1e9196949fe.tar.gz bcm5719-llvm-94f3fae9940b576cd51c0e12ff00b1e9196949fe.zip |
Remove unneeded #include
llvm-svn: 4384
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h index a336de5f090..5e0fa6187c3 100644 --- a/llvm/include/llvm/CodeGen/MachineFunction.h +++ b/llvm/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" |