aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
commit4903802fbfff23b27f0a030f6103818f6edb2a16 (patch)
tree6c51b22161b0a460d84c5754de01ca5e6b22416f /clang/lib/Lex/Preprocessor.cpp
parent02c746de10c118c594d815262d84b5562453e076 (diff)
downloadllvm-4903802fbfff23b27f0a030f6103818f6edb2a16.zip
llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.gz
llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.bz2
Move a method from IdentifierTable.h out of line and remove the SmallString include.
Fix all the transitive include users. llvm-svn: 149783
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r--clang/lib/Lex/Preprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index 7b1ddf6..b6653fc 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -40,7 +40,7 @@
#include "clang/Basic/FileManager.h"
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/APFloat.h"
-#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/SmallString.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Capacity.h"