Remove <string> includes in headers

(cherry picked from commit e36e81ac86)
This commit is contained in:
dementive
2025-09-08 20:45:13 -05:00
committed by David Snopek
parent 269c925c29
commit 1518bd17dc
3 changed files with 2 additions and 4 deletions

View File

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