diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 08:36:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 13:01:38 +0100 |
commit | e86e77ad67f883111d50f0886204ad96c8d0f90b (patch) | |
tree | d3a6dfa79c2b3326020a4fcd9f3f335ba06ec280 /src/OutputCommand.cxx | |
parent | 3c4bb9ff4ed60297af0e63befabf37b50b9fe745 (diff) | |
download | mpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.tar.gz mpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.tar.xz mpd-e86e77ad67f883111d50f0886204ad96c8d0f90b.zip |
idle: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OutputCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputCommand.cxx b/src/OutputCommand.cxx index 3c9ff56fe..f4edaa4a1 100644 --- a/src/OutputCommand.cxx +++ b/src/OutputCommand.cxx @@ -28,12 +28,12 @@ #include "OutputCommand.hxx" #include "OutputAll.hxx" #include "PlayerControl.hxx" +#include "Idle.hxx" extern "C" { #include "output_internal.h" #include "output_plugin.h" #include "mixer_control.h" -#include "idle.h" } extern unsigned audio_output_state_version; |