Don't bother supporting a filename

This commit is contained in:
Eric Mertens
2023-01-31 09:44:30 -08:00
parent 2f7949b8da
commit df195e65b5
12 changed files with 7 additions and 44 deletions

View File

@@ -14,7 +14,6 @@
#include <aocpp/Grid.hpp>
#include <aocpp/Coord.hpp>
using aocpp::Startup;
using aocpp::Coord;
using aocpp::Grid;

View File

@@ -17,7 +17,6 @@
#include <aocpp/Parsing.hpp>
#include <dlx.hpp>
using aocpp::Startup;
using aocpp::SplitOn;
using dlx::Dlx;