summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexInclusionStack.cpp
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-07-18 19:02:11 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-07-18 19:02:11 +0000
commit9670f847b8c5f6eb42c3df74035809f95465b5fb (patch)
treec6aba23799aaf9725ff3163d1d2f39266d4fa4d0 /clang/tools/libclang/CIndexInclusionStack.cpp
parent210b7cf3e2592cd3c2ea227a9ee5ebd4a72e3ed5 (diff)
downloadbcm5719-llvm-9670f847b8c5f6eb42c3df74035809f95465b5fb.tar.gz
bcm5719-llvm-9670f847b8c5f6eb42c3df74035809f95465b5fb.zip
[NFC] Header cleanup
Summary: Removed unused headers, replaced some headers with forward class declarations Patch by: Eugene <claprix@yandex.ru> Differential Revision: https://reviews.llvm.org/D20100 llvm-svn: 275882
Diffstat (limited to 'clang/tools/libclang/CIndexInclusionStack.cpp')
-rw-r--r--clang/tools/libclang/CIndexInclusionStack.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/tools/libclang/CIndexInclusionStack.cpp b/clang/tools/libclang/CIndexInclusionStack.cpp
index 09593745335..5ebb5ec277c 100644
--- a/clang/tools/libclang/CIndexInclusionStack.cpp
+++ b/clang/tools/libclang/CIndexInclusionStack.cpp
@@ -17,8 +17,6 @@
#include "CXTranslationUnit.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;
static void getInclusions(const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const, unsigned n,
OpenPOWER on IntegriCloud