removed unused constant

This commit is contained in:
silverqx
2022-05-17 16:19:41 +02:00
parent 2df4a9781f
commit ec4775d82d

View File

@@ -2,7 +2,6 @@
#include <fstream>
#include <orm/constants.hpp>
#include <orm/tiny/utils/string.hpp>
#include "tom/commands/make/stubs/seederstubs.hpp"
@@ -12,8 +11,6 @@ namespace fs = std::filesystem;
using fspath = std::filesystem::path;
using Orm::Constants::EMPTY;
using StringUtils = Orm::Tiny::Utils::String;
using Tom::Commands::Make::Stubs::SeederStub;