summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-16 09:36:42 +0100
committerMichael Brown2007-01-16 09:36:42 +0100
commit544fa259287a2b919d8ed05bc201a5133032ef05 (patch)
treeff78f4abbfb22c10f45402f98c11e2d5419f5e70 /src/core/image.c
parentCreate and use async_block() macro; it cuts down on the visual overhead (diff)
downloadipxe-544fa259287a2b919d8ed05bc201a5133032ef05.tar.gz
ipxe-544fa259287a2b919d8ed05bc201a5133032ef05.tar.xz
ipxe-544fa259287a2b919d8ed05bc201a5133032ef05.zip
Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously
reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).
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 e0e842c0..0ff0a706 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -23,7 +23,6 @@
#include <assert.h>
#include <vsprintf.h>
#include <gpxe/list.h>
-#include <gpxe/emalloc.h>
#include <gpxe/image.h>
/** @file