diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-06 15:24:53 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-06 15:24:53 -0500 |
commit | 137b2e1d0d3b6902186024c0a0a7fd17ac02707c (patch) | |
tree | a479cac65604309ab8884936720c32c6868ac85d | |
parent | bca7ca967fbc3ba1ba2085385601bb949768885b (diff) | |
download | ayatana-indicator-power-137b2e1d0d3b6902186024c0a0a7fd17ac02707c.tar.gz ayatana-indicator-power-137b2e1d0d3b6902186024c0a0a7fd17ac02707c.tar.bz2 ayatana-indicator-power-137b2e1d0d3b6902186024c0a0a7fd17ac02707c.zip |
remove superfluous #include
-rw-r--r-- | src/indicator-power.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indicator-power.h b/src/indicator-power.h index 69ed888..a696b40 100644 --- a/src/indicator-power.h +++ b/src/indicator-power.h @@ -26,8 +26,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libindicator/indicator.h> #include <libindicator/indicator-object.h> -#include "device.h" - G_BEGIN_DECLS #define INDICATOR_POWER_TYPE (indicator_power_get_type ()) |