aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-10 19:00:15 +0000
committerChris Lattner <sabre@nondot.org>2004-01-10 19:00:15 +0000
commit3446ae833754df5b139d056de025797dbacc10e5 (patch)
treeb310f4668e93bcabdd1937b4395f15b214d8ecbe /lib/Bytecode/Reader/ReaderInternals.h
parent4443019b7df16797da58d1cc2fd24a4a3351f8f7 (diff)
* finegrainify namespacification of ArchiveReader.cpp
* Refactor reader stuff out of include/llvm/Bytecode/Primitives.h. This is internal implementation details for the reader, not public interfaces! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index fd0a1ed008..2e9a0e927e 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -14,11 +14,11 @@
#ifndef READER_INTERNALS_H
#define READER_INTERNALS_H
+#include "ReaderPrimitives.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/ModuleProvider.h"
-#include "llvm/Bytecode/Primitives.h"
#include <utility>
#include <map>