forked from OSchip/llvm-project
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:
parent
c1bc3701b6
commit
00d4fb45e5
|
@ -16,7 +16,6 @@
|
|||
#ifndef LTO_H
|
||||
#define LTO_H 1
|
||||
|
||||
#include "llvm-c/Core.h"
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue