aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-30 07:55:21 +0000
committerChris Lattner <sabre@nondot.org>2003-12-30 07:55:21 +0000
commitf63aeece6fa2155ae03107e74b065dc7ab9f3312 (patch)
tree54754a02ef596b14d5ccf8a7aa42ff8870980240 /lib
parentc4ee2747f24a611727bc713d9f3f5ffbfc49676b (diff)
downloadexternal_llvm-f63aeece6fa2155ae03107e74b065dc7ab9f3312.zip
external_llvm-f63aeece6fa2155ae03107e74b065dc7ab9f3312.tar.gz
external_llvm-f63aeece6fa2155ae03107e74b065dc7ab9f3312.tar.bz2
remove some useless #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 097d548..33e6fbe 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,