소스 검색

Remove <string> includes in headers

dementive 1 주 전
부모
커밋
e36e81ac86
3개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 1
      include/godot_cpp/core/class_db.hpp
  2. 0 3
      include/godot_cpp/core/method_bind.hpp
  3. 2 0
      src/godot.cpp

+ 0 - 1
include/godot_cpp/core/class_db.hpp

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

+ 0 - 3
include/godot_cpp/core/method_bind.hpp

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

+ 2 - 0
src/godot.cpp

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