aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-25 16:18:03 +0000
committerChris Lattner <sabre@nondot.org>2003-10-25 16:18:03 +0000
commit37edb43831bd7e30f6b524a125e44bdbffbe5612 (patch)
treea24516b1ae7fe0ce805f2ec3759c9ae72bbc4c9e /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
parentebe140be1697cfc053f4e03969ce7df8a4628157 (diff)
downloadllvm-37edb43831bd7e30f6b524a125e44bdbffbe5612.zip
llvm-37edb43831bd7e30f6b524a125e44bdbffbe5612.tar.gz
llvm-37edb43831bd7e30f6b524a125e44bdbffbe5612.tar.bz2
Unbreak the build
llvm-svn: 9502
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
index a859f18..b2c21e1 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
+++ b/llvm/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"