From 8e947db6be8e79607ecddaa9bafbd7f29940a187 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Sep 2015 16:28:25 +1200 Subject: Changed header include policy to increase build time --- tray.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'tray.c') diff --git a/tray.c b/tray.c index dafda1f..d4eed31 100644 --- a/tray.c +++ b/tray.c @@ -16,8 +16,19 @@ * . * ************************************************************************/ -#include "paramano.h" - +#include "tray.h" +#include "getcore.h" +#include "getfreq.h" +#include "getgov.h" +#include "bat_tray.h" +#include "defaults.h" +#include "paramano_set_interface.h" + +#include +#include +#include +#include +#include static GtkStatusIcon* tray; static char tooltip_text[1024]; -- cgit v1.1