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
This commit is contained in:
Chris Lattner 2003-11-05 06:20:27 +00:00
parent 646f8d7457
commit 502dda001a
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"