diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:05:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:05:10 +0000 |
commit | bc55a3140ca0f9e7b3d63d3efea5921f906446ed (patch) | |
tree | dc0e4fb0c0ce25352aabe88ff77da81188dab02f /lib/ExecutionEngine/Interpreter | |
parent | 02d6ef89768ff96bbfe0afdcc1fdfdc380e8de2f (diff) |
Remove extranous #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/UserInput.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/UserInput.cpp b/lib/ExecutionEngine/Interpreter/UserInput.cpp index b35463fc0b..018e6f7c0f 100644 --- a/lib/ExecutionEngine/Interpreter/UserInput.cpp +++ b/lib/ExecutionEngine/Interpreter/UserInput.cpp @@ -6,7 +6,6 @@ #include "Interpreter.h" #include "llvm/Bytecode/Reader.h" -#include "llvm/Assembly/Writer.h" #include "llvm/DerivedTypes.h" #include "llvm/Transforms/Linker.h" #include <algorithm> |