From 8f10ba6d251ac05b54f183cb98bf5310a0675338 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Thu, 14 Apr 2011 00:59:12 +0100 Subject: elflink: Delete core-elf.h This header file really just duplicates code that is available in other header files. It has no reason to exist. Signed-off-by: Matt Fleming --- com32/elflink/ldlinux/kernel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'com32/elflink/ldlinux/kernel.c') diff --git a/com32/elflink/ldlinux/kernel.c b/com32/elflink/ldlinux/kernel.c index 3ce2358d..2438d116 100644 --- a/com32/elflink/ldlinux/kernel.c +++ b/com32/elflink/ldlinux/kernel.c @@ -8,7 +8,6 @@ #include #include #include "core.h" -#include "core-elf.h" const char *globaldefault = NULL; const char *append = NULL; -- cgit v1.2.1