aboutsummaryrefslogtreecommitdiff
path: root/modules/dlscript/godot.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-06 08:08:54 +0200
committerGitHub2017-04-06 08:08:54 +0200
commitf5f9b220f9f2a4977df7c7888db650b67b12c8a5 (patch)
tree23cf1a122b74024362bcee6548f572be6fb52c6a /modules/dlscript/godot.cpp
parentd681e571ac8464e15187f5e3aa9ca2ede2387903 (diff)
parent7d914a289c13f2defd48b8edb9c86ab47046bd5f (diff)
downloadgodot-f5f9b220f9f2a4977df7c7888db650b67b12c8a5.tar.gz
godot-f5f9b220f9f2a4977df7c7888db650b67b12c8a5.tar.zst
godot-f5f9b220f9f2a4977df7c7888db650b67b12c8a5.zip
Merge pull request #8276 from karroffel/dlscript-stl
[DLScript] API fixed and 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 0e09a82de..9a488ad61 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