diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-04-12 19:45:50 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-04-12 19:45:50 +0000 |
commit | b846debc1b22a37228efe4aa87b34482d15b6a3c (patch) | |
tree | 1cafb0683ec45d9f80b6845a41626b4a8e65fb7e /tools/CIndex/CIndexUSRs.cpp | |
parent | c6f530defd937faa1c00998e60deea6368526961 (diff) |
Prune includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CIndex/CIndexUSRs.cpp')
-rw-r--r-- | tools/CIndex/CIndexUSRs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/CIndex/CIndexUSRs.cpp b/tools/CIndex/CIndexUSRs.cpp index a2be617d8a..b049c96b48 100644 --- a/tools/CIndex/CIndexUSRs.cpp +++ b/tools/CIndex/CIndexUSRs.cpp @@ -14,9 +14,10 @@ #include "CIndexer.h" #include "CXCursor.h" #include "clang/AST/DeclVisitor.h" +#include "clang/Lex/PreprocessingRecord.h" #include "llvm/ADT/SmallString.h" #include "llvm/Support/raw_ostream.h" - +using namespace clang; using namespace clang::cxstring; //===----------------------------------------------------------------------===// |