Merge pull request #1840 from dementive/no-std-string

Remove <string> includes in headers to improve build time
This commit is contained in:
David Snopek
2025-09-15 11:04:51 -05:00
committed by GitHub
3 changed files with 2 additions and 4 deletions

View File

@@ -47,7 +47,6 @@
#include <list>
#include <mutex>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>

View File

@@ -39,11 +39,8 @@
#include <godot_cpp/classes/global_constants.hpp>
#include <string>
#include <vector>
#include <iostream>
namespace godot {
class MethodBind {

View File

@@ -39,6 +39,8 @@
#include <godot_cpp/core/error_macros.hpp>
#include <stdio.h>
namespace godot {
namespace internal {