[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
[oota-llvm.git] / include / llvm-c / Support.h
index 72af4e4539c7ce37785117cb6ba1f122ce2793c5..7f03ede604a266021fadaa73b7599e5b47e083a9 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_C_SUPPORT_H
 
 #include "llvm-c/Core.h"
-#include "llvm/Support/DynamicLibrary.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -33,4 +32,4 @@ LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif