aboutsummaryrefslogtreecommitdiff
path: root/tray.c
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:28:25 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:28:25 +1200
commit8e947db6be8e79607ecddaa9bafbd7f29940a187 (patch)
tree7bd18e80f847b03bca633c490d857f28a9a5bbc6 /tray.c
parent7e9478d19c15703f0b4f83bfddf2830d37633e31 (diff)
downloadparamano-8e947db6be8e79607ecddaa9bafbd7f29940a187.tar.xz
Changed header include policy to increase build time
Diffstat (limited to 'tray.c')
-rw-r--r--tray.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/tray.c b/tray.c
index dafda1f..d4eed31 100644
--- a/tray.c
+++ b/tray.c
@@ -16,8 +16,19 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#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 <stdbool.h>
+#include <stdlib.h>
+#include <string.h>
+#include <libintl.h>
+#include <gtk/gtk.h>
static GtkStatusIcon* tray;
static char tooltip_text[1024];