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

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