diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-07 13:03:24 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-07 13:03:24 +0000 |
commit | a87a201a7873fa28c08bdee08d710efd7a2ae731 (patch) | |
tree | 9a3de57ee474ff00565d545b7925526542009cbc /src/sound-service.c | |
parent | d5e7257a721e0bac80e8cdb392429896ab2aa79b (diff) | |
download | ayatana-indicator-sound-a87a201a7873fa28c08bdee08d710efd7a2ae731.tar.gz ayatana-indicator-sound-a87a201a7873fa28c08bdee08d710efd7a2ae731.tar.bz2 ayatana-indicator-sound-a87a201a7873fa28c08bdee08d710efd7a2ae731.zip |
removed the old pulsemanager
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 2cb33d3..cfc0b7e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -18,8 +18,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "sound-service.h" - -#include "pulse-manager.h" +#include "pulseaudio-mgr.h" #include "sound-service-dbus.h" #include "music-player-bridge.h" |