From 5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 13 May 2024 15:03:12 +0200 Subject: Move InterCopyContext implementation in a separate file --- src/compat.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/compat.cpp') diff --git a/src/compat.cpp b/src/compat.cpp index 336f716..4e8025e 100644 --- a/src/compat.cpp +++ b/src/compat.cpp @@ -1,9 +1,12 @@ +#include "compat.h" + +#include "macros_and_utils.h" + + // ################################################################################################# // ###################################### Lua 5.1 / 5.2 / 5.3 ###################################### // ################################################################################################# -#include "compat.h" -#include "macros_and_utils.h" // ################################################################################################# -- cgit v1.2.3-55-g6feb