diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:06 +0200 |
commit | 1b845f94a0a75bd6cc21ac666c9c0ab04362dd80 (patch) | |
tree | e6a1eb0e1add13eff676076250c1f82f0685f23b /src/audioOutput.h | |
parent | 08bdb43bef5173f045a868289b05a4a698ab811e (diff) | |
download | mpd-1b845f94a0a75bd6cc21ac666c9c0ab04362dd80.tar.gz mpd-1b845f94a0a75bd6cc21ac666c9c0ab04362dd80.tar.xz mpd-1b845f94a0a75bd6cc21ac666c9c0ab04362dd80.zip |
moved struct AudioFormat to audio_format.h
We want to expose the AudioFormat structure to plugins; remove some
clutter by moving its declaration to a separate header file.
Diffstat (limited to 'src/audioOutput.h')
-rw-r--r-- | src/audioOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h index 7574f5ae1..71c1e4b14 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -23,7 +23,7 @@ #include "pcm_utils.h" #include "mpd_types.h" -#include "audio.h" +#include "audio_format.h" #include "tag.h" #include "conf.h" #include "utils.h" |