diff options
author | Winfidonarleyan <dowlandtop@yandex.com> | 2023-11-18 23:51:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 17:51:26 +0100 |
commit | e90d7a2f9246107e066eda45175c933c5ad0d1e5 (patch) | |
tree | 18d7a4eccce6163852fdba627517c446a3825361 /src/common/Logging/enuminfo_LogCommon.cpp | |
parent | 18d3940145cc633c961e76e3fe54793b43743e8b (diff) |
chore(Core/Misc): sort includes (#17776)
* chore(Cleanup): sort includes
* fix build
* fix build again
Diffstat (limited to 'src/common/Logging/enuminfo_LogCommon.cpp')
-rw-r--r-- | src/common/Logging/enuminfo_LogCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/enuminfo_LogCommon.cpp b/src/common/Logging/enuminfo_LogCommon.cpp index 2e42655635..e1750cb3f8 100644 --- a/src/common/Logging/enuminfo_LogCommon.cpp +++ b/src/common/Logging/enuminfo_LogCommon.cpp @@ -15,8 +15,8 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "LogCommon.h" #include "Define.h" +#include "LogCommon.h" #include "SmartEnum.h" #include <stdexcept> |