summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Analysis.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-12-18 01:46:52 +0000
committerEric Christopher <echristo@gmail.com>2015-12-18 01:46:52 +0000
commita6b96004b57375ed60a8d56b979dc4a900be6c9e (patch)
tree1fdf2b063425a8da01c3204142f185493b52aa0e /llvm/include/llvm-c/Analysis.h
parent51b9de4c7cd305927727455be24a496a867b0b23 (diff)
downloadbcm5719-llvm-a6b96004b57375ed60a8d56b979dc4a900be6c9e.tar.gz
bcm5719-llvm-a6b96004b57375ed60a8d56b979dc4a900be6c9e.zip
Reorganize the C API headers to improve build times.
Type specific declarations have been moved to Type.h and error handling routines have been moved to ErrorHandling.h. Both are included in Core.h so nothing should change for projects directly including the headers, but transitive dependencies may be affected. llvm-svn: 255965
Diffstat (limited to 'llvm/include/llvm-c/Analysis.h')
-rw-r--r--llvm/include/llvm-c/Analysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Analysis.h b/llvm/include/llvm-c/Analysis.h
index f0bdddc50ab..36dcb89e0e0 100644
--- a/llvm/include/llvm-c/Analysis.h
+++ b/llvm/include/llvm-c/Analysis.h
@@ -19,7 +19,7 @@
#ifndef LLVM_C_ANALYSIS_H
#define LLVM_C_ANALYSIS_H
-#include "llvm-c/Core.h"
+#include "llvm-c/Types.h"
#ifdef __cplusplus
extern "C" {
OpenPOWER on IntegriCloud