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[]);