Use stdio.h instead of vsprintf.h

This commit is contained in:
Michael Brown
2007-01-19 01:13:12 +00:00
parent 06475f7b69
commit 73b09ecba6
45 changed files with 45 additions and 45 deletions

View File

@@ -18,10 +18,10 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <byteswap.h>
#include <string.h>
#include <errno.h>
#include <vsprintf.h>
#include <gpxe/if_ether.h>
#include <gpxe/pkbuff.h>
#include <gpxe/tables.h>