[llvm-commits] CVS: llvm/lib/CodeGen/MachOWriter.cpp

Reid Spencer reid at x10sys.com
Sat Mar 3 20:41:21 PST 2007



Changes in directory llvm/lib/CodeGen:

MachOWriter.cpp updated: 1.31 -> 1.32
---
Log message:

Remove unneeded header file.


---
Diffs of the changes:  (+0 -1)

 MachOWriter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/MachOWriter.cpp
diff -u llvm/lib/CodeGen/MachOWriter.cpp:1.31 llvm/lib/CodeGen/MachOWriter.cpp:1.32
--- llvm/lib/CodeGen/MachOWriter.cpp:1.31	Sat Mar  3 00:18:18 2007
+++ llvm/lib/CodeGen/MachOWriter.cpp	Sat Mar  3 22:41:04 2007
@@ -31,7 +31,6 @@
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
-#include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "llvm/Target/TargetAsmInfo.h"
 #include "llvm/Target/TargetJITInfo.h"
 #include "llvm/Support/Mangler.h"






More information about the llvm-commits mailing list