aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-23 01:01:37 +0000
committerChris Lattner <sabre@nondot.org>2007-04-23 01:01:37 +0000
commit47f96bf24687b5068aec7166cb8b3ac33ae964ae (patch)
tree8c3a8be4b6daa7bfaf7a9b5115d022e2734a17f7 /lib/Bitcode/Reader/BitcodeReader.h
parent8f122b1e7f28aaf7082fc8c9baa66da32aee2f64 (diff)
promote LLVMBitCodes to be a public header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader/BitcodeReader.h')
-rw-r--r--lib/Bitcode/Reader/BitcodeReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Reader/BitcodeReader.h b/lib/Bitcode/Reader/BitcodeReader.h
index 7a69333e10..e6e24de8bd 100644
--- a/lib/Bitcode/Reader/BitcodeReader.h
+++ b/lib/Bitcode/Reader/BitcodeReader.h
@@ -16,7 +16,7 @@
#include "llvm/Type.h"
#include "llvm/ModuleProvider.h"
-#include "../LLVMBitCodes.h"
+#include "llvm/Bitcode/LLVMBitCodes.h"
#include <vector>
namespace llvm {