diff options
author | Karroffel <therzog@mail.de> | 2017-04-06 00:21:00 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-06 00:22:37 +0200 |
commit | 71a99d5517f5b4061e66c9e085d7b1922ee9577c (patch) | |
tree | 3c100d5352f32cbe1cc1d55fbbcfb5f16250eab9 /modules/dlscript/godot/godot_quat.cpp | |
parent | fa7e167a926a042f448b0a644271c8f0e4256aed (diff) | |
download | redot-engine-71a99d5517f5b4061e66c9e085d7b1922ee9577c.tar.gz |
[DLScript] removed STL imports
Diffstat (limited to 'modules/dlscript/godot/godot_quat.cpp')
-rw-r--r-- | modules/dlscript/godot/godot_quat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/dlscript/godot/godot_quat.cpp b/modules/dlscript/godot/godot_quat.cpp index 5571614e07..9bd2eb0639 100644 --- a/modules/dlscript/godot/godot_quat.cpp +++ b/modules/dlscript/godot/godot_quat.cpp @@ -2,8 +2,6 @@ #include "math/quat.h" -#include <memory.h> // why is there no <cmemory> btw? - #ifdef __cplusplus extern "C" { #endif |