Stop including iostream in Variant.hpp (to produce smaller binaries)
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user