summaryrefslogtreecommitdiffstats
path: root/modules/dlscript/godot.cpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-04-06 00:21:00 +0200
committerKarroffel <therzog@mail.de>2017-04-06 00:22:37 +0200
commit71a99d5517f5b4061e66c9e085d7b1922ee9577c (patch)
tree3c100d5352f32cbe1cc1d55fbbcfb5f16250eab9 /modules/dlscript/godot.cpp
parentfa7e167a926a042f448b0a644271c8f0e4256aed (diff)
downloadredot-engine-71a99d5517f5b4061e66c9e085d7b1922ee9577c.tar.gz
[DLScript] removed STL imports
Diffstat (limited to 'modules/dlscript/godot.cpp')
-rw-r--r--modules/dlscript/godot.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/dlscript/godot.cpp b/modules/dlscript/godot.cpp
index 0e09a82de6..9a488ad612 100644
--- a/modules/dlscript/godot.cpp
+++ b/modules/dlscript/godot.cpp
@@ -28,15 +28,11 @@
/*************************************************************************/
#include "godot.h"
-#include <cstdlib>
-
#include "class_db.h"
#include "dl_script.h"
#include "global_config.h"
#include "variant.h"
-#include <memory.h>
-
#ifdef __cplusplus
extern "C" {
#endif