[llvm-commits] [llvm] r75717 - /llvm/trunk/include/llvm-c/lto.h
Dan Gohman
gohman at apple.com
Tue Jul 14 17:47:00 PDT 2009
Author: djg
Date: Tue Jul 14 19:47:00 2009
New Revision: 75717
URL: http://llvm.org/viewvc/llvm-project?rev=75717&view=rev
Log:
llvm-c/Core.h is no longer needed in lto.h, and it brings in
several unwanted dependencies.
Modified:
llvm/trunk/include/llvm-c/lto.h
Modified: llvm/trunk/include/llvm-c/lto.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/lto.h?rev=75717&r1=75716&r2=75717&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/lto.h (original)
+++ llvm/trunk/include/llvm-c/lto.h Tue Jul 14 19:47:00 2009
@@ -16,7 +16,6 @@
#ifndef LTO_H
#define LTO_H 1
-#include "llvm-c/Core.h"
#include <stdbool.h>
#include <stddef.h>
More information about the llvm-commits
mailing list