Remove <string> includes in headers

This commit is contained in:
dementive
2025-09-08 20:45:13 -05:00
parent 24d79abcfa
commit e36e81ac86
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 {