From 648a13b3b8f5995d05da5f7e2d477a7a08521d20 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 8 Oct 2016 09:19:27 +0200 Subject: [PATCH] vec2 - same header guard as vec3 - fix --- libretro-common/include/gfx/math/vector_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-common/include/gfx/math/vector_2.h b/libretro-common/include/gfx/math/vector_2.h index 430652bbb1..8847700870 100644 --- a/libretro-common/include/gfx/math/vector_2.h +++ b/libretro-common/include/gfx/math/vector_2.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_VECTOR_3_H__ -#define __LIBRETRO_SDK_GFX_MATH_VECTOR_3_H__ +#ifndef __LIBRETRO_SDK_GFX_MATH_VECTOR_2_H__ +#define __LIBRETRO_SDK_GFX_MATH_VECTOR_2_H__ #include