From a1572e0ab0f5fab9a1f0185ded593bec811aa175 Mon Sep 17 00:00:00 2001 From: Alexey Zaytsev Date: Sun, 2 Mar 2008 03:41:10 +0300 Subject: Modify gPXE core and drivers to work with the new timer subsystem Signed-off-by: Alexey Zaytsev --- src/core/getkey.c | 2 +- src/core/misc.c | 2 +- src/core/random.c | 2 +- src/core/serial.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core') diff --git a/src/core/getkey.c b/src/core/getkey.c index 71ec6cc1b..1551cf37c 100644 --- a/src/core/getkey.c +++ b/src/core/getkey.c @@ -17,9 +17,9 @@ */ #include -#include #include #include +#include /** @file * diff --git a/src/core/misc.c b/src/core/misc.c index fcf0aeab3..a54f5a108 100644 --- a/src/core/misc.c +++ b/src/core/misc.c @@ -4,8 +4,8 @@ MISC Support Routines #include #include -#include #include +#include /************************************************************************** INET_ATON - Convert an ascii x.x.x.x to binary form diff --git a/src/core/random.c b/src/core/random.c index e4a70d434..d34e763a6 100644 --- a/src/core/random.c +++ b/src/core/random.c @@ -5,7 +5,7 @@ */ #include -#include +#include static int32_t rnd_seed = 0; diff --git a/src/core/serial.c b/src/core/serial.c index f325bc45b..f6d0ecbb9 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -15,7 +15,7 @@ #include "console.h" #include #include "io.h" -#include "timer.h" +#include #include "config/serial.h" /* Set default values if none specified */ -- cgit v1.2.3-55-g7522