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

Remove file_access.h and script_backtrace.h includes from logger.h.

This commit is contained in:
chocola-mint
2025-10-05 17:05:56 +09:00
parent 06827c91c6
commit ead282ff13
35 changed files with 38 additions and 2 deletions

View File

@@ -46,6 +46,7 @@
#endif
#ifdef GLES3_ENABLED
#include "core/io/file_access.h"
#include "detect_prime_egl.h"
#include "drivers/gles3/rasterizer_gles3.h"
#include "wayland/egl_manager_wayland.h"