summaryrefslogtreecommitdiff
path: root/com32/elflink/ldlinux/kernel.c
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-04-14 00:59:12 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-04-26 09:54:11 +0100
commit8f10ba6d251ac05b54f183cb98bf5310a0675338 (patch)
tree83b242c3f6b95fdcaaa0b5481f7cdbd3b8a33f36 /com32/elflink/ldlinux/kernel.c
parent26ccd3fa29571209f4d57370296dfd94d1d00f5a (diff)
downloadsyslinux-8f10ba6d251ac05b54f183cb98bf5310a0675338.tar.gz
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 <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/elflink/ldlinux/kernel.c')
-rw-r--r--com32/elflink/ldlinux/kernel.c1
1 files changed, 0 insertions, 1 deletions
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 <syslinux/linux.h>
#include <syslinux/pxe.h>
#include "core.h"
-#include "core-elf.h"
const char *globaldefault = NULL;
const char *append = NULL;