diff options
Diffstat (limited to 'tools/libclang/CIndexer.h')
| -rw-r--r-- | tools/libclang/CIndexer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/libclang/CIndexer.h b/tools/libclang/CIndexer.h index 47e30c30ba118..b227f943f7b3b 100644 --- a/tools/libclang/CIndexer.h +++ b/tools/libclang/CIndexer.h @@ -17,11 +17,8 @@ #include "clang-c/Index.h" #include "clang/Frontend/PCHContainerOperations.h" -#include "clang/Lex/ModuleLoader.h" -#include "llvm/ADT/StringRef.h" -#include "llvm/Support/Path.h" +#include "llvm/ADT/STLExtras.h" #include <utility> -#include <vector> namespace llvm { class CrashRecoveryContext; |
