Quellcode durchsuchen

[DLScript] removed unused import

This hopefully fixes android builds
Karroffel vor 8 Jahren
Ursprung
Commit
c6645d6a40
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      modules/dlscript/godot.cpp

+ 0 - 1
modules/dlscript/godot.cpp

@@ -28,7 +28,6 @@
 /*************************************************************************/
 #include "godot.h"
 
-#include <cassert>
 #include <cstdlib>
 
 #include "class_db.h"