From 5b394e6f350d7195dbd8a6f1272229717904be63 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Fri, 26 Sep 2014 10:46:14 +0200 Subject: [PATCH] notify.c: better headers order --- src/notify.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/notify.c b/src/notify.c index c2d1eca..1becde1 100644 --- a/src/notify.c +++ b/src/notify.c @@ -20,12 +20,6 @@ * */ -#include "notify.h" -#include "device.h" -#include "settings.h" -#include "line_info.h" -#include "misc_tools.h" - #include #include #include @@ -36,6 +30,12 @@ #include #include +#include "notify.h" +#include "device.h" +#include "settings.h" +#include "line_info.h" +#include "misc_tools.h" + #if defined(AUDIO) || defined(SOUND_NOTIFY) #ifdef __APPLE__ #include