diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-23 08:43:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 08:43:55 +0000 |
| commit | 471ba48cb99a9d9bb8964f63363a3470369c2ecc (patch) | |
| tree | c2df904af193eb7651904e850c607ea08dfbf3e4 /llvm/lib/ExecutionEngine/JIT/Intercept.cpp | |
| parent | 0ad0c21248024f2343810fe3ab3b2d646ffb0ef4 (diff) | |
| download | bcm5719-llvm-471ba48cb99a9d9bb8964f63363a3470369c2ecc.tar.gz bcm5719-llvm-471ba48cb99a9d9bb8964f63363a3470369c2ecc.zip | |
remove some uses of llvm/Support/Streams.h
llvm-svn: 79842
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/Intercept.cpp')
| -rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Intercept.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp index f1e900f63b1..c00b60a276c 100644 --- a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +++ b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp @@ -17,7 +17,6 @@ #include "JIT.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/Streams.h" #include "llvm/System/DynamicLibrary.h" #include "llvm/Config/config.h" using namespace llvm; |

