You've already forked godot
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:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "core/io/certs_compressed.gen.h"
|
||||
#include "core/io/dir_access.h"
|
||||
#include "core/io/file_access.h"
|
||||
#ifdef SDL_ENABLED
|
||||
#include "drivers/sdl/joypad_sdl.h"
|
||||
#endif
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "x11/key_mapping_x11.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/math/math_funcs.h"
|
||||
#include "core/string/print_string.h"
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
Reference in New Issue
Block a user