diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/cli_hush_modern.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cli_hush_modern.c b/common/cli_hush_modern.c index 9a1bc977d5b..cd88c9de8ab 100644 --- a/common/cli_hush_modern.c +++ b/common/cli_hush_modern.c @@ -12,7 +12,6 @@ * Copyright (c) 2021, Harald Seiler, DENX Software Engineering, hws@denx.de */ -#include <common.h> /* readline */ #include <env.h> #include <malloc.h> /* malloc, free, realloc*/ #include <linux/ctype.h> /* isalpha, isdigit */ |