diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-06 08:08:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 08:08:54 +0200 |
commit | f5f9b220f9f2a4977df7c7888db650b67b12c8a5 (patch) | |
tree | 23cf1a122b74024362bcee6548f572be6fb52c6a /modules/dlscript/godot/godot_quat.cpp | |
parent | d681e571ac8464e15187f5e3aa9ca2ede2387903 (diff) | |
parent | 7d914a289c13f2defd48b8edb9c86ab47046bd5f (diff) |
Merge pull request #8276 from karroffel/dlscript-stl
[DLScript] API fixed and 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 |