diff options
Diffstat (limited to 'lib/Support/StreamingMemoryObject.cpp')
-rw-r--r-- | lib/Support/StreamingMemoryObject.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Support/StreamingMemoryObject.cpp b/lib/Support/StreamingMemoryObject.cpp index f39bc56..90f3ed8 100644 --- a/lib/Support/StreamingMemoryObject.cpp +++ b/lib/Support/StreamingMemoryObject.cpp @@ -8,12 +8,9 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/StreamingMemoryObject.h" -#include "llvm/Support/Compiler.h" #include <cassert> #include <cstddef> #include <cstring> - - using namespace llvm; namespace { |