protocol/ArgParser: move struct RangeArg to separate header

This commit is contained in:
Max Kellermann
2018-09-02 07:45:45 +02:00
parent b9cca49e14
commit 68f824a186
8 changed files with 47 additions and 15 deletions

View File

@@ -26,6 +26,7 @@
#include "db/Count.hxx"
#include "db/Selection.hxx"
#include "CommandError.hxx"
#include "protocol/RangeArg.hxx"
#include "client/Client.hxx"
#include "client/Response.hxx"
#include "tag/ParseName.hxx"

View File

@@ -21,6 +21,7 @@
#include "QueueCommands.hxx"
#include "Request.hxx"
#include "CommandError.hxx"
#include "protocol/RangeArg.hxx"
#include "db/DatabaseQueue.hxx"
#include "db/Selection.hxx"
#include "song/Filter.hxx"

View File

@@ -22,6 +22,7 @@
#include "check.h"
#include "protocol/ArgParser.hxx"
#include "protocol/RangeArg.hxx"
#include "Chrono.hxx"
#include "util/ConstBuffer.hxx"