libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. VS IDE uses it.

llvm-svn: 260802
This commit is contained in:
NAKAMURA Takumi 2016-02-13 04:01:49 +00:00
parent 29bcb9f54e
commit 93e0200e23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ set(SOURCES
CXTranslationUnit.h
CXType.h
Index_Internal.h
IndexingContext.h
../../include/clang-c/Index.h
)