diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-28 20:32:11 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-28 20:32:11 +0000 |
commit | d42773bcc8fc3cd44f6eaa1100928045a3c07bc1 (patch) | |
tree | 01f644f4681dfdaf09883199f37dff4814682e57 /clang/lib/Lex/PTHLexer.cpp | |
parent | 2583b0631043d3f777fbb2dfd9a81b7188118d2d (diff) | |
download | bcm5719-llvm-d42773bcc8fc3cd44f6eaa1100928045a3c07bc1.tar.gz bcm5719-llvm-d42773bcc8fc3cd44f6eaa1100928045a3c07bc1.zip |
Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
This reverts commit r205044.
llvm-svn: 205047
Diffstat (limited to 'clang/lib/Lex/PTHLexer.cpp')
-rw-r--r-- | clang/lib/Lex/PTHLexer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp index 1ca16d39b4d..0e2ceb3cd98 100644 --- a/clang/lib/Lex/PTHLexer.cpp +++ b/clang/lib/Lex/PTHLexer.cpp @@ -23,7 +23,6 @@ #include "clang/Lex/Token.h" #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringMap.h" -#include "llvm/Support/EndianStream.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/system_error.h" #include <memory> |