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/CIndexInclusionStack.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/CIndexInclusionStack.cpp')
-rw-r--r-- | tools/CIndex/CIndexInclusionStack.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/CIndex/CIndexInclusionStack.cpp b/tools/CIndex/CIndexInclusionStack.cpp index 4a884e5884..e86323956f 100644 --- a/tools/CIndex/CIndexInclusionStack.cpp +++ b/tools/CIndex/CIndexInclusionStack.cpp @@ -15,8 +15,10 @@ #include "CIndexer.h" #include "CXSourceLocation.h" #include "clang/AST/DeclVisitor.h" +#include "clang/Frontend/ASTUnit.h" #include "llvm/ADT/SmallString.h" #include "llvm/Support/raw_ostream.h" +using namespace clang; extern "C" { void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, |