From a6d49c17c9ef82420138a51b52a9ce57074650db Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 26 Mar 2012 14:43:52 +0100 Subject: [console] Move putchar() and getchar() declarations to stdio.h Signed-off-by: Michael Brown --- src/core/debug.c | 1 - src/core/pcmcia.c | 1 - src/core/vsprintf.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/core') diff --git a/src/core/debug.c b/src/core/debug.c index 73e74d9c3..8fca8d90d 100644 --- a/src/core/debug.c +++ b/src/core/debug.c @@ -22,7 +22,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include /** * Pause until a key is pressed diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c index 2d8ceb6f5..5fd21f4a9 100644 --- a/src/core/pcmcia.c +++ b/src/core/pcmcia.c @@ -34,7 +34,6 @@ FILE_LICENCE ( GPL2_ONLY ); #define CODE_STATUS "alpha" #define CODE_VERSION "0.1.3" #include -#include #include int sockets; /* AHTODO: Phase this out! */ diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c index b838b89e5..b721b0241 100644 --- a/src/core/vsprintf.c +++ b/src/core/vsprintf.c @@ -21,7 +21,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include #include #include -- cgit v1.2.3-55-g7522