aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamReader.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-23 16:04:05 +0000
committerChris Lattner <sabre@nondot.org>2007-04-23 16:04:05 +0000
commit36d5e7d31be61f631ace0488f0d6cd71b8f31a16 (patch)
treeab799d8bdf8f375e4d530cc9babfd8f7314a6a6d /include/llvm/Bitcode/BitstreamReader.h
parenta18b9657528916b9bd5edcc1d3b6db571327d40c (diff)
first part of implementation of abbrevs. The writer isn't fully there yet and the
reader doesn't handle them at all yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/BitstreamReader.h')
-rw-r--r--include/llvm/Bitcode/BitstreamReader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Bitcode/BitstreamReader.h b/include/llvm/Bitcode/BitstreamReader.h
index acb76237f1..0ac71cd9da 100644
--- a/include/llvm/Bitcode/BitstreamReader.h
+++ b/include/llvm/Bitcode/BitstreamReader.h
@@ -16,9 +16,6 @@
#define BITSTREAM_READER_H
#include "llvm/Bitcode/BitCodes.h"
-#include "llvm/ADT/SmallVector.h"
-#include "llvm/Support/DataTypes.h"
-#include <cassert>
namespace llvm {