From 90fa35442e90ac7e00d6dba78e52d062f245cab9 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 3 Jul 2013 11:52:19 -0400 Subject: Rename cpp include guard --- vec_sse_float1.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vec_sse_float1.h') diff --git a/vec_sse_float1.h b/vec_sse_float1.h index d3039ad..2ef20bd 100644 --- a/vec_sse_float1.h +++ b/vec_sse_float1.h @@ -1,7 +1,7 @@ // -*-C++-*- -#ifndef VEC_SSE2_FLOAT1_H -#define VEC_SSE2_FLOAT1_H +#ifndef VEC_SSE_FLOAT1_H +#define VEC_SSE_FLOAT1_H #include "floatprops.h" #include "mathfuncs.h" @@ -542,4 +542,4 @@ namespace vecmathlib { } // namespace vecmathlib -#endif // #ifndef VEC_SSE2_FLOAT1_H +#endif // #ifndef VEC_SSE_FLOAT1_H -- cgit v1.1