diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-07 18:12:54 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-07 18:12:54 +0000 |
commit | 1691ba2e034d688d58fba39fa88d8ef10bf67fe6 (patch) | |
tree | 0c729f8b6106119be61d56a40c25eaab2cc72bba /src/sound-service.c | |
parent | aa063e3e1c57346a6af86cc0a6cee81a846b1154 (diff) | |
parent | fba8f5aa4d7619b6e796ebb7cd4c96d30f5fd0ff (diff) | |
download | ayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.tar.gz ayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.tar.bz2 ayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.zip |
finally a code base which is sane
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" |