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

Remove dependency of variant.h in print_string.h

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Yufeng Ying
2025-06-19 18:22:49 +08:00
parent 9dde5688a5
commit 05dae23f18
6 changed files with 25 additions and 26 deletions

View File

@@ -34,7 +34,7 @@
#include "detect_prime_egl.h"
#include "core/string/print_string.h"
#include "core/string/ustring.h"
#include "core/variant/variant.h"
#include <sys/types.h>
#include <sys/wait.h>

View File

@@ -33,7 +33,7 @@
#include "detect_prime_x11.h"
#include "core/string/print_string.h"
#include "core/string/ustring.h"
#include "core/variant/variant.h"
#include "thirdparty/glad/glad/gl.h"
#include "thirdparty/glad/glad/glx.h"