From: Chris Lattner Date: Tue, 29 Oct 2002 17:14:10 +0000 (+0000) Subject: Remove unneeded #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=898c72b4d8a1bf4ffed9e419b9e753ee69780111;p=oota-llvm.git Remove unneeded #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index a336de5f090..5e0fa6187c3 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"