diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-04 13:45:25 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-04 13:45:25 +0000 |
commit | 8fe83e1df954d72c0f4ffc15d20a5222ec151c21 (patch) | |
tree | a561c3e9db8038c5c71260fcc664f56b643d2d17 /lib/Lex/MacroArgs.cpp | |
parent | fdd15602a42bbe26185978ef1e17019f6d969aa7 (diff) |
Move a method from IdentifierTable.h out of line and remove the SmallString include.
Fix all the transitive include users.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/MacroArgs.cpp')
-rw-r--r-- | lib/Lex/MacroArgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/MacroArgs.cpp b/lib/Lex/MacroArgs.cpp index 1846d1c05e..16ca52551c 100644 --- a/lib/Lex/MacroArgs.cpp +++ b/lib/Lex/MacroArgs.cpp @@ -15,7 +15,7 @@ #include "clang/Lex/MacroInfo.h" #include "clang/Lex/Preprocessor.h" #include "clang/Lex/LexDiagnostic.h" - +#include "llvm/ADT/SmallString.h" #include <algorithm> using namespace clang; |