From: El Hadi Moussi Date: Tue, 6 Aug 2024 15:47:59 +0000 (+0200) Subject: Suppress a useless include X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a945f1400c212273603786dbd6f08c58adb67dd1;p=tools%2Fmedcoupling.git Suppress a useless include --- diff --git a/src/ShapeRecogn/Test/CylinderTest.cxx b/src/ShapeRecogn/Test/CylinderTest.cxx index c100f4df3..ee01878a0 100644 --- a/src/ShapeRecogn/Test/CylinderTest.cxx +++ b/src/ShapeRecogn/Test/CylinderTest.cxx @@ -1,9 +1,8 @@ -#include "PlaneTest.hxx" +#include "CylinderTest.hxx" #include "ShapeRecognMesh.hxx" #include "Areas.hxx" #include "MathOps.hxx" -#include "CylinderTest.hxx" #include "TestInterpKernelUtils.hxx" // getResourceFile() using namespace MEDCoupling;