x86, setup: move isdigit.h to ctype.h, header files on top.

It is a subset of <ctype.h> functionality, so name it ctype.h.  Also,
reorganize header files so #include statements are clustered near the
top as they should be.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
LKML-Reference: <4C5752F2.8030206@kernel.org>
This commit is contained in:
H. Peter Anvin
2010-08-02 21:03:46 -07:00
parent 8fee13a48e
commit 6238b47b58
4 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,2 @@
#include "misc.h"
#include "../isdigit.h"
#include "../string.c"