Move dependencies from intersect.inl to intersect.hpp

master
Jesse Talavera-Greenberg ago%!(EXTRA string=10 years) committed by Christophe Riccio
parent 268af877ab
commit 7db048b851
  1. 4
      glm/gtx/intersect.hpp
  2. 4
      glm/gtx/intersect.inl

@ -43,8 +43,12 @@
#pragma once #pragma once
// Dependency: // Dependency:
#include <cfloat>
#include <limits>
#include "../glm.hpp" #include "../glm.hpp"
#include "../geometric.hpp"
#include "../gtx/closest_point.hpp" #include "../gtx/closest_point.hpp"
#include "../gtx/vector_query.hpp"
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
# pragma message("GLM: GLM_GTX_closest_point extension included") # pragma message("GLM: GLM_GTX_closest_point extension included")

@ -7,10 +7,6 @@
// File : glm/gtx/intersect.inl // File : glm/gtx/intersect.inl
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
#include "../geometric.hpp"
#include <cfloat>
#include <limits>
namespace glm namespace glm
{ {
template <typename genType> template <typename genType>

Loading…
Cancel
Save