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 | 898c72b4d8a1bf4ffed9e419b9e753ee69780111 (patch) | |
tree | d7d60bb8d1a2ef1098710076e26f1dac37affb9a /include/llvm/CodeGen/MachineFunction.h | |
parent | ea9d2495956123c307d21893047b541f1dc3d061 (diff) |
Remove unneeded #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 1 |
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" |