From 436f4121fa7d48b99d265227bb2a82994068c43c Mon Sep 17 00:00:00 2001 From: szxc Date: Sat, 28 Sep 2024 14:24:27 +0800 Subject: [PATCH] 1 --- src/Controller/Convert.cc | 2 +- src/Infrastructure/Utils/Tools.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controller/Convert.cc b/src/Controller/Convert.cc index aa1f05b3..84aa78fe 100644 --- a/src/Controller/Convert.cc +++ b/src/Controller/Convert.cc @@ -1,6 +1,6 @@ #include -#include #include +#include namespace evento::convert { diff --git a/src/Infrastructure/Utils/Tools.h b/src/Infrastructure/Utils/Tools.h index daa57b07..27ddc87e 100644 --- a/src/Infrastructure/Utils/Tools.h +++ b/src/Infrastructure/Utils/Tools.h @@ -2,8 +2,8 @@ #include #include -#include #include +#include namespace evento {