diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-05 14:10:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 14:10:25 +0200 |
commit | 454f53c77659721a529c48fd4be6bf80d33c0082 (patch) | |
tree | 60229b7918af3ba5f91cb0342a53bfb97a6a2d11 /modules/dlscript/godot.cpp | |
parent | 5b5a825c7fdb3a1f158a377e5febef7ab7b77903 (diff) | |
parent | c6645d6a409c78f0d2b95b8da0ab8c9b7169c8d0 (diff) | |
download | redot-engine-454f53c77659721a529c48fd4be6bf80d33c0082.tar.gz |
Merge pull request #8268 from karroffel/dlscript-android
[DLScript] removed unused import
Diffstat (limited to 'modules/dlscript/godot.cpp')
-rw-r--r-- | modules/dlscript/godot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/dlscript/godot.cpp b/modules/dlscript/godot.cpp index 2851ed5ef6..0e09a82de6 100644 --- a/modules/dlscript/godot.cpp +++ b/modules/dlscript/godot.cpp @@ -28,7 +28,6 @@ /*************************************************************************/ #include "godot.h" -#include <cassert> #include <cstdlib> #include "class_db.h" |