From 8f7fc79cd7635905fb044358b6bfb0c7a6f0266e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 16 Apr 2017 04:50:34 +0200 Subject: [PATCH] Don't include retro_inline.h --- libretro-common/include/gfx/math/matrix_4x4.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libretro-common/include/gfx/math/matrix_4x4.h b/libretro-common/include/gfx/math/matrix_4x4.h index afd71bbabd..614076ad1f 100644 --- a/libretro-common/include/gfx/math/matrix_4x4.h +++ b/libretro-common/include/gfx/math/matrix_4x4.h @@ -23,7 +23,6 @@ #ifndef __LIBRETRO_SDK_GFX_MATH_MATRIX_4X4_H__ #define __LIBRETRO_SDK_GFX_MATH_MATRIX_4X4_H__ -#include #include #include