diff --git a/src/applets/keyboard.c b/src/applets/keyboard.c index 42dfa3a..78d58c5 100644 --- a/src/applets/keyboard.c +++ b/src/applets/keyboard.c @@ -28,11 +28,11 @@ #include #include #include +#include #include #if GTK_CHECK_VERSION(3, 0, 0) # include #endif -#include #include "Panel.h" #define _(string) gettext(string) diff --git a/src/applets/phone.c b/src/applets/phone.c index fc575b8..f51284c 100644 --- a/src/applets/phone.c +++ b/src/applets/phone.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* Copyright (c) 2011-2014 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,14 +15,14 @@ -#include "Panel.h" #include #include +#include #if GTK_CHECK_VERSION(3, 0, 0) # include #endif #include -#include +#include "Panel.h" #define _(string) gettext(string) #define N_(string) (string) diff --git a/src/applets/systray.c b/src/applets/systray.c index 7286604..a052612 100644 --- a/src/applets/systray.c +++ b/src/applets/systray.c @@ -15,15 +15,16 @@ -#include "Panel.h" #include #include #include +#include #if GTK_CHECK_VERSION(3, 0, 0) # include #endif #include #include +#include "Panel.h" /* Systray */