From c9f7c85607ecd507e0366cefa2b29ea88be85140 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 8 Apr 2011 16:08:20 +0800 Subject: [PATCH] remove useless config.h --- src/shell.c | 1 - src/usbboot_cmdset.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/shell.c b/src/shell.c index 4520ca3..37434b6 100644 --- a/src/shell.c +++ b/src/shell.c @@ -17,7 +17,6 @@ * along with this program. If not, see . */ -#include #include #include #ifdef HAVE_LIBREADLINE diff --git a/src/usbboot_cmdset.c b/src/usbboot_cmdset.c index 4296456..af6b43a 100644 --- a/src/usbboot_cmdset.c +++ b/src/usbboot_cmdset.c @@ -23,7 +23,6 @@ #include "shell.h" #include "app_config.h" #include "ingenic.h" -#include static int usbboot_boot(shell_context_t *ctx, int argc, char *argv[]); static int usbboot_load(shell_context_t *ctx, int argc, char *argv[]);