Skip to content

Commit fa5d817

Browse files
authored
Merge pull request #4 from hugtalbot/update_test_202208
Update includes in MeshGenerationFromImage_test.cpp
2 parents 5d65945 + 471ce44 commit fa5d817

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CGALPlugin_test/MeshGenerationFromImage_test.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
#include <sofa/defaulttype/VecTypes.h>
2424
#include <sofa/simulation/Simulation.h>
25-
#include <SofaSimulationGraph/DAGSimulation.h>
25+
#include <sofa/simulation/graph/DAGSimulation.h>
2626
#include <sofa/simulation/Node.h>
2727
#include <sofa/helper/logging/Messaging.h>
28-
#include <SofaBaseMechanics/MechanicalObject.h>
29-
#include <SofaBaseMechanics/UniformMass.h>
28+
#include <sofa/component/statecontainer/MechanicalObject.h>
29+
#include <sofa/component/mass/UniformMass.h>
3030
#include <SceneCreator/SceneCreator.h>
31-
#include <SofaBoundaryCondition/ConstantForceField.h>
32-
#include <SofaSimulationCommon/SceneLoaderXML.h>
31+
#include <sofa/component/mechanicalload/ConstantForceField.h>
32+
#include <sofa/simulation/common/SceneLoaderXML.h>
3333

3434
#define CGALPLUGIN_MESHGENERATIONFROMIMAGE_CPP
3535

0 commit comments

Comments
 (0)