Cleanup extensions

This commit is contained in:
Christophe Riccio
2010-11-12 17:41:38 +00:00
parent 5b75955336
commit 8045560a26
13 changed files with 7 additions and 32 deletions

View File

@@ -16,7 +16,6 @@
// Dependency:
#include "../glm.hpp"
#include "../gtc/gl_replacement.hpp"
namespace glm
{

View File

@@ -9,7 +9,6 @@
// Dependency:
// - GLM core
// - GLM_GTC_half_float
// - GLM_GTC_double_float
///////////////////////////////////////////////////////////////////////////////////////////////////
// ToDo:
// - Study constructors with angles and axis
@@ -22,7 +21,6 @@
// Dependency:
#include "../glm.hpp"
#include "../gtc/half_float.hpp"
#include "../gtc/double_float.hpp"
namespace glm
{

View File

@@ -9,7 +9,6 @@
// Dependency:
// - GLM core
// - GLM_GTC_half
// - GLM_GTC_double
// - GLM_GTC_quaternion
///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -19,7 +18,6 @@
// Dependency:
#include "../glm.hpp"
#include "../gtc/half_float.hpp"
#include "../gtc/double_float.hpp"
#include "../gtc/quaternion.hpp"
namespace glm
@@ -36,7 +34,6 @@ namespace glm
// Dependences
using namespace gtc::half_float;
using namespace gtc::double_float;
using namespace gtc::quaternion;
///////////////////////////