Merge pull request #12269 from touilleMan/bad-bad-touilleMan

[GDnative] remove useless (and illegal !) STL include

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-20 22:08:32 +02:00 committed by GitHub
commit a286b49377
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -31,7 +31,6 @@
#ifndef PLUGINSCRIPT_SCRIPT_H
#define PLUGINSCRIPT_SCRIPT_H
#include <iostream>
// Godot imports
#include "core/script_language.h"
// PluginScript imports