aboutsummaryrefslogtreecommitdiff
path: root/paramano.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 /paramano.c
parent7e9478d19c15703f0b4f83bfddf2830d37633e31 (diff)
downloadparamano-8e947db6be8e79607ecddaa9bafbd7f29940a187.tar.xz
Changed header include policy to increase build time
Diffstat (limited to 'paramano.c')
-rw-r--r--paramano.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/paramano.c b/paramano.c
index b3f75d2..fe8bdac 100644
--- a/paramano.c
+++ b/paramano.c
@@ -17,6 +17,23 @@
************************************************************************/
#include "paramano.h"
+#include "getcore.h"
+#include "getgov.h"
+#include "getfreq.h"
+#include "tray.h"
+#include "bat_tray.h"
+#include "defaults.h"
+#include "config_file.h"
+#include "common.h"
+
+#include <gtk/gtk.h>
+#include <unistd.h> // getuid, getgid
+#include <stdio.h> // printf, FILE, fopen, etc
+#include <stdlib.h> // free etc
+#include <stdbool.h> // boolean types
+#include <string.h> // strlen
+#include <libintl.h> // gettext
+#include <locale.h> // LC_ALL etc
/***********************************************************************