From b3a1c1e9fdae1b8f930feb82c38d27a914ee914e Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 31 Jul 2024 13:24:36 +0200 Subject: [PATCH] tom removed useless #include-s --- tom/include/tom/commands/migrations/statuscommand.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tom/include/tom/commands/migrations/statuscommand.hpp b/tom/include/tom/commands/migrations/statuscommand.hpp index 068844e46..deccdc825 100644 --- a/tom/include/tom/commands/migrations/statuscommand.hpp +++ b/tom/include/tom/commands/migrations/statuscommand.hpp @@ -5,10 +5,6 @@ #include TINY_SYSTEM_HEADER -#include - -#include - #ifdef TINYTOM_TESTS_CODE # include #endif