diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-05 20:07:35 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-05 20:07:35 +0000 |
commit | d8d6b949c6e6ed8f59d8436054bbc10a941305b5 (patch) | |
tree | 27d3f63fd3dacdf613cb87b2dd18e42f54dc9668 /src/audioOutputs | |
parent | 3e8009ffca5d435a708c08a7325e2dca075477ac (diff) | |
download | mpd-d8d6b949c6e6ed8f59d8436054bbc10a941305b5.tar.gz mpd-d8d6b949c6e6ed8f59d8436054bbc10a941305b5.tar.xz mpd-d8d6b949c6e6ed8f59d8436054bbc10a941305b5.zip |
Remove unnecessary include, has always been pulled
in by vorbisenc.h
git-svn-id: https://svn.musicpd.org/mpd/trunk@4298 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audioOutputs')
-rw-r--r-- | src/audioOutputs/audioOutput_shout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c index 6bd418f9b..72041312b 100644 --- a/src/audioOutputs/audioOutput_shout.c +++ b/src/audioOutputs/audioOutput_shout.c @@ -34,7 +34,6 @@ #include <shout/shout.h> #include <vorbis/vorbisenc.h> -#include <vorbis/codec.h> #define CONN_ATTEMPT_INTERVAL 60 |