Browse Source

Moved setup.hpp

Christophe Riccio 15 years ago
parent
commit
418088a947

+ 1 - 1
glm/core/_detail.hpp

@@ -10,7 +10,7 @@
 #ifndef glm_core_detail
 #define glm_core_detail
 
-#include "../setup.hpp"
+#include "setup.hpp"
 #include <cassert>
 
 namespace glm{

+ 1 - 1
glm/core/intrinsic_common.hpp

@@ -10,7 +10,7 @@
 #ifndef glm_detail_intrinsic_common
 #define glm_detail_intrinsic_common
 
-#include "../setup.hpp"
+#include "setup.hpp"
 
 #if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
 #	error "SSE2 instructions not supported or enabled"

+ 1 - 1
glm/core/intrinsic_geometric.hpp

@@ -10,7 +10,7 @@
 #ifndef glm_core_intrinsic_geometric
 #define glm_core_intrinsic_geometric
 
-#include "../setup.hpp"
+#include "setup.hpp"
 
 #if((GLM_ARCH & GLM_ARCH_SSE2) != GLM_ARCH_SSE2)
 #	error "SSE2 instructions not supported or enabled"

+ 0 - 0
glm/setup.hpp → glm/core/setup.hpp


+ 1 - 1
glm/core/type_float.hpp

@@ -11,7 +11,7 @@
 #define glm_core_type_float
 
 #include "type_half.hpp"
-#include "../setup.hpp"
+#include "setup.hpp"
 
 namespace glm
 {

+ 1 - 1
glm/core/type_int.hpp

@@ -10,7 +10,7 @@
 #ifndef glm_core_type_int
 #define glm_core_type_int
 
-#include "../setup.hpp"
+#include "setup.hpp"
 #include "_detail.hpp"
 
 namespace glm

+ 1 - 1
glm/glm.hpp

@@ -21,7 +21,7 @@
 #include <climits>
 #include <cfloat>
 #include <limits>
-#include "setup.hpp"
+#include "core/setup.hpp"
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED))
 #	define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED