diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 88be49e4b..668a140be 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -29,14 +29,14 @@ #include "DatabaseSimple.hxx" #include "Permission.hxx" #include "Listen.hxx" +#include "ClientIdle.hxx" +#include "Client.hxx" +#include "AllCommands.hxx" extern "C" { #include "daemon.h" #include "io_thread.h" -#include "client.h" -#include "client_idle.h" #include "idle.h" -#include "AllCommands.h" #include "playlist.h" #include "cmdline.h" #include "conf.h" |