diff options
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r-- | test/run_output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index 273180673..97583488a 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "OutputControl.hxx" #include "conf.h" +#include "Idle.hxx" extern "C" { #include "output_plugin.h" @@ -29,7 +30,6 @@ extern "C" { #include "filter_registry.h" #include "pcm_convert.h" #include "event_pipe.h" -#include "idle.h" } #include "PlayerControl.hxx" |