From 2adf88ad17f148ce53a14e03e2a0346fc823c9a3 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Wed, 28 Aug 2024 17:57:46 -0300 Subject: [PATCH] clang --- src/qt_gui/cheats_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_gui/cheats_patches.cpp b/src/qt_gui/cheats_patches.cpp index 91616ab9..7f491775 100644 --- a/src/qt_gui/cheats_patches.cpp +++ b/src/qt_gui/cheats_patches.cpp @@ -28,9 +28,9 @@ #include #include #include "cheats_patches.h" -#include "qt_gui/memory_patcher.h" #include "common/path_util.h" #include "core/module.h" +#include "qt_gui/memory_patcher.h" using namespace Common::FS;