You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[GDnative] remove useless (and illegal !) STL include
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
// Godot imports
|
// Godot imports
|
||||||
#include "core/os/file_access.h"
|
#include "core/os/file_access.h"
|
||||||
#include "core/os/os.h"
|
#include "core/os/os.h"
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
#ifndef PLUGINSCRIPT_SCRIPT_H
|
#ifndef PLUGINSCRIPT_SCRIPT_H
|
||||||
#define PLUGINSCRIPT_SCRIPT_H
|
#define PLUGINSCRIPT_SCRIPT_H
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
// Godot imports
|
// Godot imports
|
||||||
#include "core/script_language.h"
|
#include "core/script_language.h"
|
||||||
// PluginScript imports
|
// PluginScript imports
|
||||||
|
|||||||
Reference in New Issue
Block a user