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

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