From 880048377de06c7e34cbfadd68bad2eb3ca17b3d Mon Sep 17 00:00:00 2001 From: Karroffel Date: Wed, 2 Aug 2017 02:46:45 +0200 Subject: [GDNative] better header include paths The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous. --- modules/gdnative/godot/rect3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gdnative/godot/rect3.cpp') diff --git a/modules/gdnative/godot/rect3.cpp b/modules/gdnative/godot/rect3.cpp index 0fabba5b7..708d2987f 100644 --- a/modules/gdnative/godot/rect3.cpp +++ b/modules/gdnative/godot/rect3.cpp @@ -27,10 +27,10 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "rect3.h" -#include "core/variant.h" +#include #include "core/math/rect3.h" +#include "core/variant.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3-70-g09d2