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

@@ -19,6 +19,7 @@
#include "config.h"
#include "ArgParser.hxx"
#include "RangeArg.hxx"
#include "Ack.hxx"
#include "Chrono.hxx"
#include "util/NumberParser.hxx"