ack.h: move to protocol/

This commit is contained in:
Max Kellermann 2013-08-10 19:32:41 +02:00
parent 5c48d3fbba
commit 7f0ce4e94e
4 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,6 @@ src_mpd_LDADD = \
mpd_headers = \
src/check.h \
src/ack.h \
src/command.h \
src/conf.h \
src/gerror.h \
@ -94,6 +93,7 @@ src_mpd_SOURCES = \
src/CheckAudioFormat.cxx src/CheckAudioFormat.hxx \
src/AudioFormat.cxx src/AudioFormat.hxx \
src/AudioParser.cxx src/AudioParser.hxx \
src/protocol/Ack.hxx \
src/protocol/ArgParser.cxx src/protocol/ArgParser.hxx \
src/protocol/Result.cxx src/protocol/Result.hxx \
src/CommandError.cxx src/CommandError.hxx \

View File

@ -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"

View File

@ -22,7 +22,7 @@
#include "check.h"
#include "gcc.h"
#include "ack.h"
#include "Ack.hxx"
class Client;