diff options
Diffstat (limited to '')
-rw-r--r-- | src/Partition.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index dfc4ac19a..cd7b3c66e 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -23,8 +23,8 @@ #include "queue/Playlist.hxx" #include "output/MultipleOutputs.hxx" #include "mixer/Listener.hxx" -#include "PlayerControl.hxx" -#include "PlayerListener.hxx" +#include "player/Control.hxx" +#include "player/Listener.hxx" #include "Chrono.hxx" #include "Compiler.h" |