ack.h: move to protocol/
This commit is contained in:
parent
5c48d3fbba
commit
7f0ce4e94e
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "check.h"
|
||||
#include "gcc.h"
|
||||
#include "ack.h"
|
||||
#include "Ack.hxx"
|
||||
|
||||
class Client;
|
||||
|
||||
|
|
Loading…
Reference in New Issue