diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-25 16:18:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-25 16:18:03 +0000 |
commit | b8afbe61394d77467406de0b0b3d5b134fd036ae (patch) | |
tree | 3e0ea60028a4e724091d5761534119bb7ffdb408 /lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | f08c5d87d0e078ae107c8994c8ebe00214cfb368 (diff) |
Unbreak the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp index a859f181a1..b2c21e1ee1 100644 --- a/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp +++ b/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp @@ -20,7 +20,6 @@ //===----------------------------------------------------------------------===// #include "Interpreter.h" -#include "ExecutionAnnotations.h" #include "llvm/DerivedTypes.h" #include "llvm/Module.h" #include "llvm/SymbolTable.h" |