Remove the user include of ctype.h and instead include it for each utility

that uses strupr().
This commit is contained in:
Nate Lawson 2003-08-07 15:52:42 +00:00
parent 327f90d8cc
commit 22d162d7d1

View File

@ -162,7 +162,6 @@
#define ACPI_USE_STANDARD_HEADERS
#define ACPI_FLUSH_CPU_CACHE()
#include <sys/types.h>
/* #include <ctype.h> */
#define __cli()
#define __sti()