From 172e8eda09b0d1fd4481274f881e5b8dd79e5283 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Sat, 12 Oct 2024 11:15:27 -0300 Subject: [PATCH] Sorted includes the way clang likes it. --- source/PatchedFunctionData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PatchedFunctionData.h b/source/PatchedFunctionData.h index 69e4357..dec2953 100644 --- a/source/PatchedFunctionData.h +++ b/source/PatchedFunctionData.h @@ -1,8 +1,8 @@ #pragma once -#include "fpatching_defines_legacy.h" #include "FunctionAddressProvider.h" #include "PatchedFunctionData.h" +#include "fpatching_defines_legacy.h" #include "utils/logger.h" #include #include