Be friendly to gcc 3.4... good compiler. Nice compiler.

llvm-svn: 9726
This commit is contained in:
Chris Lattner 2003-11-05 06:20:27 +00:00
parent f7a909f914
commit 3099f615fa
3 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "Interpreter.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"

View File

@ -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.
///

View File

@ -14,7 +14,7 @@
#ifndef LLI_INTERPRETER_H
#define LLI_INTERPRETER_H
#include "llvm/BasicBlock.h"
#include "llvm/Function.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/Support/InstVisitor.h"