diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index f91c63d99..a07f02389 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -32,8 +32,8 @@ #include "DatabaseSimple.hxx" #include "Permission.hxx" #include "Listen.hxx" -#include "Client.hxx" -#include "ClientList.hxx" +#include "client/Client.hxx" +#include "client/ClientList.hxx" #include "command/AllCommands.hxx" #include "Partition.hxx" #include "Volume.hxx" |