From e04cc2290332fb70577054dde31ab5ba364d9a54 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Sat, 12 Oct 2024 11:10:44 -0300 Subject: [PATCH] Sorted includes. --- source/fpatching_defines_legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fpatching_defines_legacy.h b/source/fpatching_defines_legacy.h index 81d1986..8824598 100644 --- a/source/fpatching_defines_legacy.h +++ b/source/fpatching_defines_legacy.h @@ -2,8 +2,8 @@ /* Types that are kept only for ABI compatibility. */ -#include #include +#include typedef struct function_replacement_data_v2_t { uint32_t VERSION;