1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Move THREADS_ENABLED check after common imports

This commit is contained in:
Adam Scott
2025-04-08 14:16:28 -04:00
parent af2c713971
commit b7402b7597

View File

@@ -30,9 +30,10 @@
#pragma once
#include "core/typedefs.h"
#ifdef THREADS_ENABLED
#include "core/typedefs.h"
#ifdef DEBUG_ENABLED
#include "core/error/error_macros.h"
#endif