From 49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:39 +0100 Subject: audio: moved state file code to output_state.c --- src/state_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state_file.c') 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" -- cgit v1.2.3