aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-24 15:20:16 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-24 15:20:16 -0500
commit34cf2baf977650c60b53bf5a1e90bfec8b642ec9 (patch)
treecaeb69735dca5d37dfba1dff0fa8b9e6a6f67232 /src/notifier.h
parent62a35de9ca05c71d98680b1e49c2c345a498acda (diff)
downloadayatana-indicator-power-34cf2baf977650c60b53bf5a1e90bfec8b642ec9.tar.gz
ayatana-indicator-power-34cf2baf977650c60b53bf5a1e90bfec8b642ec9.tar.bz2
ayatana-indicator-power-34cf2baf977650c60b53bf5a1e90bfec8b642ec9.zip
remove redundant '#include glib', '#include gobject' calls
Diffstat (limited to 'src/notifier.h')
-rw-r--r--src/notifier.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/notifier.h b/src/notifier.h
index 8763ad6..f473ee7 100644
--- a/src/notifier.h
+++ b/src/notifier.h
@@ -20,9 +20,7 @@
#ifndef __INDICATOR_POWER_NOTIFIER_H__
#define __INDICATOR_POWER_NOTIFIER_H__
-#include <glib.h>
-#include <glib-object.h>
-#include <gio/gio.h> /* GDBusConnection */
+#include <gio/gio.h>
#include "device.h"