From da0d61770a1eaebf90f92d432cde7f6e602da7da Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 26 Sep 2012 11:59:00 +0200 Subject: gui: move gui file to include/gui and lib/gui Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- commands/splash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/splash.c') diff --git a/commands/splash.c b/commands/splash.c index f40e3e1ec7..615b1cbc0d 100644 --- a/commands/splash.c +++ b/commands/splash.c @@ -7,8 +7,8 @@ #include #include #include -#include -#include +#include +#include static int do_splash(int argc, char *argv[]) { -- cgit v1.2.3