From 71a99d5517f5b4061e66c9e085d7b1922ee9577c Mon Sep 17 00:00:00 2001 From: Karroffel Date: Thu, 6 Apr 2017 00:21:00 +0200 Subject: [DLScript] removed STL imports --- modules/dlscript/godot/godot_transform.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/dlscript/godot/godot_transform.cpp') diff --git a/modules/dlscript/godot/godot_transform.cpp b/modules/dlscript/godot/godot_transform.cpp index 18d218e6c4..c8da519f6b 100644 --- a/modules/dlscript/godot/godot_transform.cpp +++ b/modules/dlscript/godot/godot_transform.cpp @@ -2,8 +2,6 @@ #include "math/transform.h" -#include // why is there no btw? - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3