From 88e38fa1483891f273f063f92ef71a5c33fe5406 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Sep 2006 10:58:14 +0000 Subject: We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. --- src/interface/pxe/pxe_loader.c | 1 - src/interface/pxe/pxe_tftp.c | 1 - src/interface/pxe/pxe_udp.c | 1 - src/interface/pxe/pxe_undi.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src/interface/pxe') diff --git a/src/interface/pxe/pxe_loader.c b/src/interface/pxe/pxe_loader.c index b8dc06bd0..2539aaeb0 100644 --- a/src/interface/pxe/pxe_loader.c +++ b/src/interface/pxe/pxe_loader.c @@ -22,7 +22,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include #include "pxe.h" /* PXENV_UNDI_LOADER diff --git a/src/interface/pxe/pxe_tftp.c b/src/interface/pxe/pxe_tftp.c index dbaf601bf..a834be093 100644 --- a/src/interface/pxe/pxe_tftp.c +++ b/src/interface/pxe/pxe_tftp.c @@ -22,7 +22,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include #include "pxe.h" static int pxe_tftp_read_block ( unsigned char *data, unsigned int block, diff --git a/src/interface/pxe/pxe_udp.c b/src/interface/pxe/pxe_udp.c index 453d5b6c9..5f94e8c01 100644 --- a/src/interface/pxe/pxe_udp.c +++ b/src/interface/pxe/pxe_udp.c @@ -4,7 +4,6 @@ * */ -#include #include #include #include diff --git a/src/interface/pxe/pxe_undi.c b/src/interface/pxe/pxe_undi.c index f9bf2a9aa..6d30d1b67 100644 --- a/src/interface/pxe/pxe_undi.c +++ b/src/interface/pxe/pxe_undi.c @@ -22,7 +22,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include #include "pxe.h" /* PXENV_UNDI_STARTUP -- cgit v1.2.3-55-g7522