Purge unused includes throughout libSupport.
[oota-llvm.git] / lib / Support / StreamingMemoryObject.cpp
index f39bc56164455fce6392f2afca5b125527a0a99f..90f3ed80d126f22289a13b1b0c5452449c7a3425 100644 (file)
@@ -8,12 +8,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/StreamingMemoryObject.h"
-#include "llvm/Support/Compiler.h"
 #include <cassert>
 #include <cstddef>
 #include <cstring>
-
-
 using namespace llvm;
 
 namespace {