Moved setup.hpp

This commit is contained in:
Christophe Riccio 2011-02-22 01:22:38 +00:00
parent ecdbdf753c
commit 418088a947
7 changed files with 6 additions and 6 deletions

View file

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

View file

@ -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"

View file

@ -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"

View file

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

View file

@ -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

View file

@ -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