aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/Reader.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp
index 097d548b98..33e6fbe98b 100644
--- a/lib/Bytecode/Reader/Reader.cpp
+++ b/lib/Bytecode/Reader/Reader.cpp
@@ -19,17 +19,8 @@
#include "ReaderInternals.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Format.h"
-#include "llvm/Constants.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOther.h"
#include "llvm/Module.h"
#include "Support/StringExtras.h"
-#include "Config/unistd.h"
-#include "Config/sys/mman.h"
-#include "Config/sys/stat.h"
-#include "Config/sys/types.h"
-#include <algorithm>
-#include <memory>
using namespace llvm;
static inline void ALIGN32(const unsigned char *&begin,