Commit 393eccb0 authored by Libor Moravčík's avatar Libor Moravčík
Browse files

Changed include directives to <>

parent 47a35f8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#ifndef PHX_COLL_LAYER_SYSTEM_HPP_INCLUDED
#define PHX_COLL_LAYER_SYSTEM_HPP_INCLUDED

#include "phx/coll/collider.hpp"

#include <com/system.hpp>
#include <phx/coll/collider.hpp>

namespace phx::coll
{
+2 −2
Original line number Diff line number Diff line
#ifndef PHX_DYN_RIGID_BODY_SIMULATOR_HPP_INCLUDED
#define PHX_DYN_RIGID_BODY_SIMULATOR_HPP_INCLUDED

#include "phx/coll/broad/broad_detector.hpp"
#include "phx/coll/narrow/narrow_detector.hpp"
#include <phx/coll/broad/broad_detector.hpp>
#include <phx/coll/narrow/narrow_detector.hpp>
#include <com/context.hpp>
#include <com/library.hpp>
#include <phx/coll/collision_info.hpp>
+1 −1
Original line number Diff line number Diff line
#include "phx/dyn/material.hpp"
#include <phx/body_system.hpp>

#include <phx/dyn/material.hpp>
#include <com/context.hpp>
#include <phx/coll/collider.hpp>
#include <phx/dyn/joint.hpp>
+2 −2
Original line number Diff line number Diff line
#include "phx/coll/contact.hpp"
#include <math/math.hpp>
#include <phx/dyn/contact_manifold.hpp>
#include <phx/coll/contact.hpp>
#include <math/math.hpp>
#include <phx/dyn/rigid_body.hpp>
#include <phx/body_system.hpp>
#include <phx/dyn/rigid_body_simulator.hpp>
+3 −2
Original line number Diff line number Diff line
#include "math/math.hpp"
#include <phx/dyn/joint.hpp>

#include <math/math.hpp>
#include <phx/body_system.hpp>
#include <phx/dyn/constraints_solver.hpp>
#include <phx/dyn/joint.hpp>
#include <phx/dyn/rigid_body.hpp>
#include <phx/dyn/rigid_body_simulator.hpp>
#include <phx/index.hpp>
Loading