Reorganize the C API headers to improve build times.
[oota-llvm.git] / include / llvm-c / Transforms / Vectorize.h
index c9102da60297e02dc5d734707b7d620a8cb9a8b8..a82ef49cb167258efc363e080a089f0c56a32678 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef LLVM_C_TRANSFORMS_VECTORIZE_H
 #define LLVM_C_TRANSFORMS_VECTORIZE_H
 
-#include "llvm-c/Core.h"
+#include "llvm-c/Types.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -51,4 +51,3 @@ void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM);
 #endif /* defined(__cplusplus) */
 
 #endif
-