summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 00:22:12 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 00:22:12 +0000
commita0334a9277fa450f74ae0f99fa4e0850cf12641c (patch)
treefc7ae26a2087149bbf325158362165afaf730cd3 /clang/include/clang-c
parentde92b520156a7f8b89bcb756938debb9a68e5d4b (diff)
downloadbcm5719-llvm-a0334a9277fa450f74ae0f99fa4e0850cf12641c.tar.gz
bcm5719-llvm-a0334a9277fa450f74ae0f99fa4e0850cf12641c.zip
Fix a #include cycle in the libclang headers. "Eventually" is now.
llvm-svn: 237320
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 693eef2a798..3276afc4b96 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -5736,9 +5736,6 @@ CINDEX_LINKAGE unsigned clang_Type_visitFields(CXType T,
* @}
*/
-/* Include the comment API for compatibility. This will eventually go away. */
-#include "clang-c/Documentation.h"
-
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud