Use pragma once
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
/// <glm/gtx/scalar_relational.hpp> need to be included to use these functionalities.
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef GLM_GTX_scalar_relational
|
||||
#define GLM_GTX_scalar_relational
|
||||
#pragma once
|
||||
|
||||
// Dependency:
|
||||
#include "../glm.hpp"
|
||||
@@ -56,5 +55,3 @@ namespace glm
|
||||
}//namespace glm
|
||||
|
||||
#include "scalar_relational.inl"
|
||||
|
||||
#endif//GLM_GTX_scalar_relational
|
||||
|
||||
Reference in New Issue
Block a user