diff --git a/common/main.c b/common/main.c index 1adfea69a1..e5173d7284 100644 --- a/common/main.c +++ b/common/main.c @@ -28,26 +28,15 @@ /* #define DEBUG */ #include -#include #include #include -#include -#include -#ifdef CONFIG_MODEM_SUPPORT -#include /* for free() prototype */ -#endif - -#ifdef CONFIG_SYS_HUSH_PARSER #include -#endif - -#ifdef CONFIG_OF_CONTROL -#include -#endif - -#include -#include +#include #include +#include +#include +#include +#include DECLARE_GLOBAL_DATA_PTR;