Core: Avoid including modules_enabled in headers

This commit is contained in:
Thaddeus Crews
2024-12-04 13:28:07 -06:00
parent 7893202fba
commit 6c4f17db1a
8 changed files with 29 additions and 31 deletions
+6
View File
@@ -32,6 +32,10 @@
#ifdef TOOLS_ENABLED
#include "modules/modules_enabled.gen.h" // For jsonrpc.
#ifdef MODULE_JSONRPC_ENABLED
#include "tests/test_macros.h"
#include "../language_server/gdscript_extend_parser.h"
@@ -506,4 +510,6 @@ func f():
} // namespace GDScriptTests
#endif // MODULE_JSONRPC_ENABLED
#endif // TOOLS_ENABLED