summaryrefslogtreecommitdiffstats
path: root/src/net/retry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/retry.c')
-rw-r--r--src/net/retry.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/retry.c b/src/net/retry.c
index 40f656f2..5eefa3d4 100644
--- a/src/net/retry.c
+++ b/src/net/retry.c
@@ -19,11 +19,11 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <stddef.h>
-#include <gpxe/timer.h>
-#include <gpxe/list.h>
-#include <gpxe/process.h>
-#include <gpxe/init.h>
-#include <gpxe/retry.h>
+#include <ipxe/timer.h>
+#include <ipxe/list.h>
+#include <ipxe/process.h>
+#include <ipxe/init.h>
+#include <ipxe/retry.h>
/** @file
*