diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-24 15:20:16 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-24 15:20:16 -0500 |
commit | 34cf2baf977650c60b53bf5a1e90bfec8b642ec9 (patch) | |
tree | caeb69735dca5d37dfba1dff0fa8b9e6a6f67232 /src/device.h | |
parent | 62a35de9ca05c71d98680b1e49c2c345a498acda (diff) | |
download | ayatana-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/device.h')
-rw-r--r-- | src/device.h | 1 |
1 files changed, 0 insertions, 1 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 <glib-object.h> #include <gio/gio.h> /* GIcon */ G_BEGIN_DECLS |