diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-24 16:26:21 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-24 16:26:21 -0600 |
commit | 49df0fb3ea29693bdb8decf51f4da055c8e1a7cb (patch) | |
tree | 1b9b1355685a62ea032947cbbab4ced404a4c493 /src/indicator-sound.h | |
parent | 9a0a7255bfdcc1441277e211b4d45dffedb34e1f (diff) | |
download | ayatana-indicator-sound-49df0fb3ea29693bdb8decf51f4da055c8e1a7cb.tar.gz ayatana-indicator-sound-49df0fb3ea29693bdb8decf51f4da055c8e1a7cb.tar.bz2 ayatana-indicator-sound-49df0fb3ea29693bdb8decf51f4da055c8e1a7cb.zip |
indicator side almost up and going
Diffstat (limited to 'src/indicator-sound.h')
-rw-r--r-- | src/indicator-sound.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indicator-sound.h b/src/indicator-sound.h index 9f829bb..ecc38fb 100644 --- a/src/indicator-sound.h +++ b/src/indicator-sound.h @@ -26,7 +26,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libindicator/indicator.h> #include <libindicator/indicator-object.h> #include <libindicator/indicator-service-manager.h> -#include <libindicator/indicator-image-helper.h> #define INDICATOR_SOUND_TYPE (indicator_sound_get_type ()) #define INDICATOR_SOUND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_SOUND_TYPE, IndicatorSound)) |