From 2099e99d5e3d216c4214014280e2ad40b8233b76 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Thu, 9 Oct 2025 23:54:40 +0200 Subject: [PATCH] chore: fix formatting --- src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp | 2 +- src/ModMan/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp b/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp index 4b5497a0..b9e419ad 100644 --- a/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp +++ b/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp @@ -2,9 +2,9 @@ #ifdef _WIN32 +#include #include #include -#include namespace PLATFORM_NAMESPACE_WINDOWS { diff --git a/src/ModMan/main.cpp b/src/ModMan/main.cpp index 736ae360..a6afc7bb 100644 --- a/src/ModMan/main.cpp +++ b/src/ModMan/main.cpp @@ -1,7 +1,7 @@ #include "GitVersion.h" +#include "Web/Binds/DialogBinds.h" #include "Web/Platform/AssetHandler.h" #include "Web/UiCommunication.h" -#include "Web/Binds/DialogBinds.h" #include "Web/ViteAssets.h" #include "Web/WebViewLib.h"