From: Reid Spencer Date: Sun, 4 Mar 2007 04:41:04 +0000 (+0000) Subject: Remove unneeded header file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7f3de655b205a0551991ecbd0ce9000568b389e;p=oota-llvm.git Remove unneeded header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34903 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachOWriter.cpp b/lib/CodeGen/MachOWriter.cpp index 0c0e03f4a51..5164103d273 100644 --- a/lib/CodeGen/MachOWriter.cpp +++ b/lib/CodeGen/MachOWriter.cpp @@ -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"