diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:20:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:20:27 +0000 |
commit | 502dda001a9b106b5618bcb6b3136c541865c2b8 (patch) | |
tree | 73fe2d4a5211adf1f299d6455135285eb08271e4 /lib/ExecutionEngine/Interpreter/Interpreter.cpp | |
parent | 646f8d7457e2f8e459b17df1b3750579e0352a47 (diff) |
Be friendly to gcc 3.4... good compiler. Nice compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 4da51e0ddd..bcaa8569dc 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/lib/ExecutionEngine/Interpreter/Interpreter.cpp @@ -16,7 +16,6 @@ #include "Interpreter.h" #include "llvm/Module.h" #include "llvm/DerivedTypes.h" -#include "llvm/Function.h" /// create - Create a new interpreter object. This can never fail. /// |