From 315877c82245f33d20dee0850d27c29b0f4ea666 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 18 May 2014 23:16:46 +0100 Subject: reduce uncessary include usage --- gtk/hotlist.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gtk/hotlist.c') diff --git a/gtk/hotlist.c b/gtk/hotlist.c index db090992c..0c98bd90c 100644 --- a/gtk/hotlist.c +++ b/gtk/hotlist.c @@ -16,17 +16,19 @@ * along with this program. If not, see . */ +#include -#include "desktop/hotlist.h" +#include "utils/log.h" #include "utils/nsoption.h" +#include "desktop/hotlist.h" #include "desktop/plotters.h" #include "desktop/tree.h" + #include "gtk/gui.h" #include "gtk/hotlist.h" #include "gtk/plotters.h" #include "gtk/scaffolding.h" #include "gtk/treeview.h" -#include "utils/log.h" #define GLADE_NAME "hotlist.glade" -- cgit v1.2.3