diff options
Diffstat (limited to 'boot/scene_textline.c')
-rw-r--r-- | boot/scene_textline.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/scene_textline.c b/boot/scene_textline.c index bba8663b98d..6ea072a1c26 100644 --- a/boot/scene_textline.c +++ b/boot/scene_textline.c @@ -8,12 +8,10 @@ #define LOG_CATEGORY LOGC_EXPO +#include <common.h> #include <expo.h> #include <menu.h> -#include <log.h> #include <video_console.h> -#include <linux/errno.h> -#include <linux/string.h> #include "scene_internal.h" int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars, |