summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-11 17:04:36 +0100
committerMichael Brown2007-01-11 17:04:36 +0100
commit4fc9333159f3ad62bdc7e27103eac3139ba41e68 (patch)
tree0d5045cf6184c20be75958b51e2bac97445bb074 /src/core/main.c
parentHad this file lying around for ages; may as well check it in. (diff)
downloadipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.tar.gz
ipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.tar.xz
ipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.zip
Move include/image.h to include/gpxe/image.h
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index a34eb889..3c0048d8 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 <gpxe/init.h>
-#include "image.h"
#include <stdarg.h>
#include <gpxe/device.h>