1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

llvm-c/Core.h is no longer needed in lto.h, and it brings in

several unwanted dependencies.

llvm-svn: 75717
This commit is contained in:
Dan Gohman 2009-07-15 00:47:00 +00:00
parent 32757b2838
commit 1e946cc1a7

View File

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