diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
commit | 5faf443038edfb7e79ae423a3499faa3af05d64b (patch) | |
tree | d1c821578e67a400161cd646d07dc887ee98c57f /test/run_output.cxx | |
parent | 8eacd13ce7f528adc52614ce3cc5faf963b3fc5a (diff) |
event_pipe.h: convert to C++
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 97583488a..68df5e459 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -21,6 +21,7 @@ #include "OutputControl.hxx" #include "conf.h" #include "Idle.hxx" +#include "EventPipe.hxx" extern "C" { #include "output_plugin.h" @@ -29,7 +30,6 @@ extern "C" { #include "audio_parser.h" #include "filter_registry.h" #include "pcm_convert.h" -#include "event_pipe.h" } #include "PlayerControl.hxx" |