From 5f5b287b4548cb21fde9ae451392d82e64cc5de7 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 11 Jun 2024 16:58:33 +0200 Subject: All Lua headers included just once in _pch.h --- src/deep.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/deep.h') diff --git a/src/deep.h b/src/deep.h index 6cb9bd6..fb62276 100644 --- a/src/deep.h +++ b/src/deep.h @@ -5,15 +5,6 @@ * said modules can either link against lanes, or embed compat.cpp/h deep.cpp/h tools.cpp/h universe.cpp/h */ -#ifdef __cplusplus -extern "C" -{ -#endif // __cplusplus -#include "lua.h" -#ifdef __cplusplus -} -#endif // __cplusplus - #include "lanesconf.h" #include "uniquekey.h" -- cgit v1.2.3-55-g6feb