diff options
| author | H. Peter Anvin <[email protected]> | 2010-08-02 21:03:46 -0700 |
|---|---|---|
| committer | H. Peter Anvin <[email protected]> | 2010-08-02 21:07:20 -0700 |
| commit | 6238b47b58480cd9c092600c05338dbe261b71ce (patch) | |
| tree | 83055587295af222003e505c52ea3dbae3e0c3aa /arch/x86/boot/compressed/string.c | |
| parent | 8fee13a48e4879fba57725f6d9513df4bfa8e9f3 (diff) | |
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 <[email protected]>
LKML-Reference: <[email protected]>
Diffstat (limited to 'arch/x86/boot/compressed/string.c')
| -rw-r--r-- | arch/x86/boot/compressed/string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/boot/compressed/string.c b/arch/x86/boot/compressed/string.c index 7995c6a49509..19b3e693cd72 100644 --- a/arch/x86/boot/compressed/string.c +++ b/arch/x86/boot/compressed/string.c @@ -1,4 +1,2 @@ #include "misc.h" - -#include "../isdigit.h" #include "../string.c" |