diff options
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 5199e1fa60..26ed2dc6d1 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -7,13 +7,13 @@ #ifndef LLI_INTERPRETER_H #define LLI_INTERPRETER_H +#include "llvm/BasicBlock.h" +#include "llvm/Assembly/CachedWriter.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" -#include "Support/DataTypes.h" -#include "llvm/Assembly/CachedWriter.h" -#include "llvm/Target/TargetData.h" -#include "llvm/BasicBlock.h" #include "llvm/Support/InstVisitor.h" +#include "llvm/Target/TargetData.h" +#include "Support/DataTypes.h" extern CachedWriter CW; // Object to accelerate printing of LLVM |