From 4587d42271089aa4d56f310ab8b907b7029583d4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Oct 2014 02:40:17 +0100 Subject: [PATCH] matrix_4x4.h - change header guard name --- libretro-sdk/include/gfx/math/matrix_4x4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-sdk/include/gfx/math/matrix_4x4.h b/libretro-sdk/include/gfx/math/matrix_4x4.h index 59e4b21989..be4d023876 100644 --- a/libretro-sdk/include/gfx/math/matrix_4x4.h +++ b/libretro-sdk/include/gfx/math/matrix_4x4.h @@ -20,8 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef __LIBRETRO_SDK_GFX_MATH_MATRIX_H__ -#define __LIBRETRO_SDK_GFX_MATH_MATRIX_H__ +#ifndef __LIBRETRO_SDK_GFX_MATH_MATRIX_4X4_H__ +#define __LIBRETRO_SDK_GFX_MATH_MATRIX_4X4_H__ /* Column-major matrix (OpenGL-style). * Reimplements functionality from FF OpenGL pipeline to be able