diff options
Diffstat (limited to 'bat_tray.c')
-rw-r--r-- | bat_tray.c | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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; |