From: Dan Gohman Date: Wed, 15 Jul 2009 00:47:00 +0000 (+0000) Subject: llvm-c/Core.h is no longer needed in lto.h, and it brings in X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=21da1ed4f501ec2fbbda1795131aa9cfef565381;p=oota-llvm.git llvm-c/Core.h is no longer needed in lto.h, and it brings in several unwanted dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 1ae8c670dd2..7cafcb29f21 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -16,7 +16,6 @@ #ifndef LTO_H #define LTO_H 1 -#include "llvm-c/Core.h" #include #include