diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-10-20 22:08:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 22:08:32 +0200 |
commit | a286b49377c19393fc2be6b5c102a734eca6ac5c (patch) | |
tree | 5f8b507b3326851619f801b06d9bcc3c64661ae2 | |
parent | 5bc44fe000397c4f44ae01741eec50c3ef9e9d35 (diff) | |
parent | aedc44f6fe3885840ea667f0fe8b70e422a3136c (diff) |
Merge pull request #12269 from touilleMan/bad-bad-touilleMan
[GDnative] remove useless (and illegal !) STL include
[ci skip]
-rw-r--r-- | modules/gdnative/pluginscript/pluginscript_language.cpp | 1 | ||||
-rw-r--r-- | modules/gdnative/pluginscript/pluginscript_script.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/pluginscript/pluginscript_language.cpp b/modules/gdnative/pluginscript/pluginscript_language.cpp index 2198e66ae4..d4b86ae5b4 100644 --- a/modules/gdnative/pluginscript/pluginscript_language.cpp +++ b/modules/gdnative/pluginscript/pluginscript_language.cpp @@ -28,7 +28,6 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include <stdlib.h> // Godot imports #include "core/os/file_access.h" #include "core/os/os.h" diff --git a/modules/gdnative/pluginscript/pluginscript_script.h b/modules/gdnative/pluginscript/pluginscript_script.h index 051ef46bae..e6b8643cd9 100644 --- a/modules/gdnative/pluginscript/pluginscript_script.h +++ b/modules/gdnative/pluginscript/pluginscript_script.h @@ -31,7 +31,6 @@ #ifndef PLUGINSCRIPT_SCRIPT_H #define PLUGINSCRIPT_SCRIPT_H -#include <iostream> // Godot imports #include "core/script_language.h" // PluginScript imports |