diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
commit | 22428b4d31bfbad0462fe13719698232452f4149 (patch) | |
tree | d52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /paramano.h | |
parent | 45f116b0562951775af0d6833229b22b49bc0397 (diff) | |
download | paramano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz |
Code tidy
Diffstat (limited to 'paramano.h')
-rw-r--r-- | paramano.h | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -19,6 +19,26 @@ #ifndef PARAMANO_H #define PARAMANO_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 + +#include "tray.h" +#include "bat_tray.h" +#include "getfreq.h" +#include "getcore.h" +#include "getgov.h" +#include "config_file.h" +#include "reload.h" +#include "defaults.h" +#include "common.h" +#include "paramano_set_interface.h" + void config_init(); #endif |