Commit 7f0ce4e9 authored by Max Kellermann's avatar Max Kellermann

ack.h: move to protocol/

parent 5c48d3fb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment