mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Reduce included code
This commit is contained in:
parent
c85e24d978
commit
212d343d5f
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#pragma once
|
||||
|
||||
// Dependency:
|
||||
#include "../glm.hpp"
|
||||
#include "../detail/func_geometric.hpp"
|
||||
#include "../gtx/quaternion.hpp"
|
||||
|
||||
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/// @ref gtx_norm
|
||||
/// @file glm/gtx/norm.inl
|
||||
|
||||
#include "../detail/precision.hpp"
|
||||
|
||||
namespace glm{
|
||||
namespace detail
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue