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
This commit is contained in:
Dan Gohman 2009-07-15 00:47:00 +00:00
parent cd2b4c1846
commit 21da1ed4f5

View File

@ -16,7 +16,6 @@
#ifndef LTO_H
#define LTO_H 1
#include "llvm-c/Core.h"
#include <stdbool.h>
#include <stddef.h>