diff options
author | Max Kellermann <max@duempel.org> | 2013-08-10 19:32:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-10 19:32:41 +0200 |
commit | 7f0ce4e94e0b2366b1422a6864393eb37a64d546 (patch) | |
tree | 229f854a4462e708b862cdd5acc2034ad3eb4936 /src/ClientFile.cxx | |
parent | 5c48d3fbba0c7f7e7dbec7d2409938a57331ff11 (diff) | |
download | mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.gz mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.tar.xz mpd-7f0ce4e94e0b2366b1422a6864393eb37a64d546.zip |
ack.h: move to protocol/
Diffstat (limited to 'src/ClientFile.cxx')
-rw-r--r-- | src/ClientFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientFile.cxx b/src/ClientFile.cxx index 07fa767b0..69bc465b4 100644 --- a/src/ClientFile.cxx +++ b/src/ClientFile.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "ClientFile.hxx" #include "Client.hxx" -#include "ack.h" +#include "protocol/Ack.hxx" #include "io_error.h" #include "fs/Path.hxx" #include "fs/FileSystem.hxx" |