llvm-c/Core.h is no longer needed in lto.h, and it brings in
authorDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 00:47:00 +0000 (00:47 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 00:47:00 +0000 (00:47 +0000)
several unwanted dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75717 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/lto.h

index 1ae8c670dd29be023fe793c9cb2e9f8ff5c59f27..7cafcb29f219c84a20c309db9060790dd9279010 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef LTO_H
 #define LTO_H  1
 
-#include "llvm-c/Core.h"
 #include <stdbool.h>
 #include <stddef.h>