tools/toollib_test: Remove some unused headers
This commit is contained in:
parent
29a78724e8
commit
b99c044cbd
2 changed files with 14 additions and 5 deletions
|
@ -1,8 +1,12 @@
|
||||||
|
//
|
||||||
|
// EuropaTools
|
||||||
|
//
|
||||||
|
// (C) 2021-2025 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
// Test/excercise of new toollib system.
|
// Test/excercise of new toollib system.
|
||||||
|
|
||||||
#include <argparse/argparse.hpp>
|
|
||||||
#include <toollib/ToolCommand.hpp>
|
#include <toollib/ToolCommand.hpp>
|
||||||
#include <toollib/ToolMain.hpp>
|
#include <toollib/ToolMain.hpp>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
|
//
|
||||||
|
// EuropaTools
|
||||||
|
//
|
||||||
|
// (C) 2021-2025 modeco80 <lily.modeco80@protonmail.ch>
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
#include <toollib/ToolCommand.hpp>
|
#include <toollib/ToolCommand.hpp>
|
||||||
|
|
||||||
#include "argparse/argparse.hpp"
|
|
||||||
|
|
||||||
struct TestCmd : tool::IToolCommand {
|
struct TestCmd : tool::IToolCommand {
|
||||||
TestCmd()
|
TestCmd()
|
||||||
: parser("test", "", argparse::default_arguments::help) {
|
: parser("test", "", argparse::default_arguments::help) {
|
||||||
|
|
Loading…
Reference in a new issue