Skip to content

Commit e36e81a

Browse files
committed
Remove <string> includes in headers
1 parent 24d79ab commit e36e81a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

include/godot_cpp/core/class_db.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#include <list>
4848
#include <mutex>
4949
#include <set>
50-
#include <string>
5150
#include <unordered_map>
5251
#include <vector>
5352

include/godot_cpp/core/method_bind.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@
3939

4040
#include <godot_cpp/classes/global_constants.hpp>
4141

42-
#include <string>
4342
#include <vector>
4443

45-
#include <iostream>
46-
4744
namespace godot {
4845

4946
class MethodBind {

src/godot.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040
#include <godot_cpp/core/error_macros.hpp>
4141

42+
#include <stdio.h>
43+
4244
namespace godot {
4345

4446
namespace internal {

0 commit comments

Comments
 (0)