From 34cf2baf977650c60b53bf5a1e90bfec8b642ec9 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 24 Jul 2014 15:20:16 -0500 Subject: remove redundant '#include glib', '#include gobject' calls --- src/device.h | 1 - src/notifier.c | 1 - src/notifier.h | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/device.h b/src/device.h index 77d34ef..d867707 100644 --- a/src/device.h +++ b/src/device.h @@ -24,7 +24,6 @@ License along with this library. If not, see #ifndef __INDICATOR_POWER_DEVICE_H__ #define __INDICATOR_POWER_DEVICE_H__ -#include #include /* GIcon */ G_BEGIN_DECLS diff --git a/src/notifier.c b/src/notifier.c index 30285d3..29f678a 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -24,7 +24,6 @@ #include #include -#include #define HINT_INTERACTIVE "x-canonical-switch-to-application" 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 -#include -#include /* GDBusConnection */ +#include #include "device.h" -- cgit v1.2.3