2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

Only need printf(), so use vsprintf.h instead of console.h

This commit is contained in:
Michael Brown 2006-12-20 05:33:12 +00:00
parent 2b97d2ebc5
commit 75430e813e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <console.h>
#include <vsprintf.h>
#include <readline/readline.h>
#include <gpxe/command.h>
#include <gpxe/shell.h>

View File

@ -1,6 +1,6 @@
#include <errno.h>
#include <string.h>
#include <console.h>
#include <vsprintf.h>
#include <gpxe/errortab.h>
/** @file