From 4fc9333159f3ad62bdc7e27103eac3139ba41e68 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 11 Jan 2007 16:04:36 +0000 Subject: Move include/image.h to include/gpxe/image.h --- src/core/config.c | 1 - src/core/image.c | 5 ++--- src/core/main.c | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src/core') diff --git a/src/core/config.c b/src/core/config.c index 61ffca814..e2b1a362f 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -8,7 +8,6 @@ #include "etherboot.h" #include "dev.h" #include "console.h" -#include "image.h" #include "config/general.h" diff --git a/src/core/image.c b/src/core/image.c index 965af5aa5..80d3d5c54 100644 --- a/src/core/image.c +++ b/src/core/image.c @@ -1,8 +1,9 @@ #include "dev.h" #include -#include "image.h" #include +#if 0 + static struct image images[0] __image_start; static struct image images_end[0] __image_end; @@ -18,8 +19,6 @@ void print_images ( void ) { } } -#if 0 - /* * Identify the image format * diff --git a/src/core/main.c b/src/core/main.c index a34eb889e..3c0048d8c 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -25,7 +25,6 @@ Literature dealing with the network protocols: #include "cmdline.h" #include "console.h" #include -#include "image.h" #include #include -- cgit v1.2.3-55-g7522