aboutsummaryrefslogtreecommitdiff
path: root/bat_tray.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
commit22428b4d31bfbad0462fe13719698232452f4149 (patch)
treed52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /bat_tray.c
parent45f116b0562951775af0d6833229b22b49bc0397 (diff)
downloadparamano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz
Code tidy
Diffstat (limited to 'bat_tray.c')
-rw-r--r--bat_tray.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/bat_tray.c b/bat_tray.c
index 888be69..aacbccb 100644
--- a/bat_tray.c
+++ b/bat_tray.c
@@ -17,17 +17,9 @@
************************************************************************/
-#include "bat_tray.h"
-
-#include <gtk/gtk.h>
-#include <libintl.h>
-#include <stdio.h>
-#include "common.h"
-#include "defaults.h"
-
+#include "paramano.h"
static GtkStatusIcon* tray;
-
int bat_num; // Shortcoming: we only detect one battery
char *CHARGE_VALUE_PATH, *CHARGE_STATE_PATH;