aboutsummaryrefslogtreecommitdiff
path: root/paramano.c
diff options
context:
space:
mode:
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
/***********************************************************************