summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/elfboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/image/elfboot.c')
-rw-r--r--src/arch/i386/image/elfboot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/i386/image/elfboot.c b/src/arch/i386/image/elfboot.c
index a41040e8..7cb51bf9 100644
--- a/src/arch/i386/image/elfboot.c
+++ b/src/arch/i386/image/elfboot.c
@@ -20,10 +20,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <elf.h>
-#include <gpxe/image.h>
-#include <gpxe/elf.h>
-#include <gpxe/features.h>
-#include <gpxe/init.h>
+#include <ipxe/image.h>
+#include <ipxe/elf.h>
+#include <ipxe/features.h>
+#include <ipxe/init.h>
/**
* @file