Remove unnecessary #include that prevents cross-compilation with gcc 3.4.3 under Cygwin.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2014 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Steven J. Magnani 2005-09-09 20:05:03 +00:00
parent 740bb2a8ed
commit fc8a3d2c35
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/io.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>