Stop including iostream in Variant.hpp (to produce smaller binaries)
parent
c629200b93
commit
3fe276c02f
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "GodotGlobal.hpp"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace godot {
|
||||
namespace detail {
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "Vector2.hpp"
|
||||
#include "Vector3.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace godot {
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "GodotGlobal.hpp"
|
||||
#include "Object.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace godot {
|
||||
|
||||
|
|
Loading…
Reference in New Issue