From d91f53de74a5050f8ac43a98db8f07a6f8a58176 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 16 Jun 2015 03:08:45 -0400 Subject: [PATCH] Code cleanup --- src/helper.c | 1 + src/panel.c | 1 - tools/helper.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/helper.c b/src/helper.c index a3b831a..18205d7 100644 --- a/src/helper.c +++ b/src/helper.c @@ -30,6 +30,7 @@ static char const _license[] = #include #include #include +#include /* helper */ diff --git a/src/panel.c b/src/panel.c index 315e8fe..01ab449 100644 --- a/src/panel.c +++ b/src/panel.c @@ -35,7 +35,6 @@ #include #include #include -#include #include "window.h" #include "panel.h" #include "../config.h" diff --git a/tools/helper.c b/tools/helper.c index 3fba9db..e4417b5 100644 --- a/tools/helper.c +++ b/tools/helper.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "../src/window.h" #include "../config.h"