[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 11:15:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineFunction.h updated: 1.16 -> 1.17
---
Log message:
Remove unneeded #include
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineFunction.h
diff -u llvm/include/llvm/CodeGen/MachineFunction.h:1.16 llvm/include/llvm/CodeGen/MachineFunction.h:1.17
--- llvm/include/llvm/CodeGen/MachineFunction.h:1.16 Mon Oct 28 13:58:38 2002
+++ llvm/include/llvm/CodeGen/MachineFunction.h Tue Oct 29 11:14:10 2002
@@ -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"
More information about the llvm-commits
mailing list