summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-04-05 14:08:26 +0200
committerKarroffel <therzog@mail.de>2017-04-05 14:08:26 +0200
commitc6645d6a409c78f0d2b95b8da0ab8c9b7169c8d0 (patch)
tree60229b7918af3ba5f91cb0342a53bfb97a6a2d11
parent5b5a825c7fdb3a1f158a377e5febef7ab7b77903 (diff)
[DLScript] removed unused import
This hopefully fixes android builds
-rw-r--r--modules/dlscript/godot.cpp1
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"