summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-11 04:50:47 +0100
committerMichael Brown2007-01-11 04:50:47 +0100
commite2dcd05b67c606e97f1d570123ba7510cc41bd16 (patch)
treef6cecbbeebc6079df8af0fe3fd1adf432b80faa6 /src/core/image.c
parentMove include/buffer.h to include/gpxe/buffer.h (diff)
downloadipxe-e2dcd05b67c606e97f1d570123ba7510cc41bd16.tar.gz
ipxe-e2dcd05b67c606e97f1d570123ba7510cc41bd16.tar.xz
ipxe-e2dcd05b67c606e97f1d570123ba7510cc41bd16.zip
Update buffer-handling code to enable expandable buffers.
Diffstat (limited to 'src/core/image.c')
-rw-r--r--src/core/image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/image.c b/src/core/image.c
index ccf7b95e..965af5aa 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -1,6 +1,5 @@
#include "dev.h"
#include <gpxe/buffer.h>
-#include "load_buffer.h"
#include "image.h"
#include <console.h>