tools/toollib_test: Remove some unused headers

This commit is contained in:
Lily Tsuru 2025-01-17 16:12:23 -05:00
parent 29a78724e8
commit b99c044cbd
2 changed files with 14 additions and 5 deletions

View file

@ -1,8 +1,12 @@
//
// EuropaTools
//
// (C) 2021-2025 modeco80 <lily.modeco80@protonmail.ch>
//
// SPDX-License-Identifier: MIT
//
// Test/excercise of new toollib system.
#include <argparse/argparse.hpp>
#include <toollib/ToolCommand.hpp>
#include <toollib/ToolMain.hpp>

View file

@ -1,8 +1,13 @@
//
// EuropaTools
//
// (C) 2021-2025 modeco80 <lily.modeco80@protonmail.ch>
//
// SPDX-License-Identifier: MIT
//
#include <toollib/ToolCommand.hpp>
#include "argparse/argparse.hpp"
struct TestCmd : tool::IToolCommand {
TestCmd()
: parser("test", "", argparse::default_arguments::help) {