summaryrefslogtreecommitdiffstats
path: root/tools/CIndex/CIndexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CIndex/CIndexer.h')
-rw-r--r--tools/CIndex/CIndexer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/CIndex/CIndexer.h b/tools/CIndex/CIndexer.h
index 1fa3ca9..31bf779 100644
--- a/tools/CIndex/CIndexer.h
+++ b/tools/CIndex/CIndexer.h
@@ -16,14 +16,10 @@
#define LLVM_CLANG_CINDEXER_H
#include "clang-c/Index.h"
-#include "clang/Frontend/CompilerInstance.h"
-#include "clang/Frontend/ASTUnit.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/System/Path.h"
#include <vector>
-using namespace clang;
-
namespace clang {
namespace cxstring {
CXString createCXString(const char *String, bool DupString = false);
OpenPOWER on IntegriCloud