From b5b9ba6ff697976594e69a8d5c8931675f3c7672 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 5 Nov 2003 06:20:27 +0000 Subject: Be friendly to gcc 3.4... good compiler. Nice compiler. llvm-svn: 9726 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 4da51e0ddd1..bcaa8569dc4 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/llvm/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. /// -- cgit v1.2.3