aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-10 18:51:39 +0100
committerMax Kellermann <max@duempel.org>2009-02-10 18:51:39 +0100
commit49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc (patch)
tree6e7ef46aa9b2db122d67557b454a7bc48eeb5921 /src/state_file.c
parentf141d9053396e6bd177c8f46095098fc573f0ab0 (diff)
downloadmpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.tar.gz
mpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.tar.xz
mpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.zip
audio: moved state file code to output_state.c
Diffstat (limited to 'src/state_file.c')
-rw-r--r--src/state_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state_file.c b/src/state_file.c
index 64fd67c4c..6aa97d572 100644
--- a/src/state_file.c
+++ b/src/state_file.c
@@ -17,7 +17,7 @@
*/
#include "state_file.h"
-#include "audio.h"
+#include "output_state.h"
#include "playlist.h"
#include "volume.h"