diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:26:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:26:53 +0100 |
commit | e199c33c6e9eb2f1aa588073f49f44de274985d5 (patch) | |
tree | d291a074e01cee077d34c69ce6f0111e77740c38 /src/Main.cxx | |
parent | 08296cd66d0ef4729767d97420fab96278a9af17 (diff) | |
download | mpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.tar.gz mpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.tar.xz mpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.zip |
Client*: move to client/
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" |