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

@@ -1,6 +1,7 @@
#include "config.h"
#include "protocol/ArgParser.hxx"
#include "protocol/Ack.hxx"
#include "protocol/RangeArg.hxx"
#include "util/Compiler.h"
#include <cppunit/TestFixture.h>