Salome HOME
[bos #38046] [EDF] (2023-T3) Stand alone and Remote versions for GMSH meshers.
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_GMSH_3D.cxx
index b132c540911c1af7c2d67975993b1caaa553c284..35a4406223787ad7a18354bf1e7643b74eaad3a0 100644 (file)
@@ -20,7 +20,6 @@
 //
 #include "GMSHPlugin_GMSH_3D.hxx"
 #include "GMSHPlugin_Hypothesis_2D.hxx"
-#include "GMSHPlugin_Mesher.hxx"
 
 #include <SMESH_Gen.hxx>
 #include <SMESH_ControlsDef.hxx>
@@ -74,7 +73,6 @@ bool GMSHPlugin_GMSH_3D::CheckHypothesis
                           SMESH_Hypothesis::Hypothesis_Status& aStatus)
 {
   MESSAGE("GMSHPlugin_GMSH::CheckHypothesis");
-  
   _hypothesis = NULL;
   
   const list<const SMESHDS_Hypothesis*>& hyps = GetUsedHypothesis(aMesh, aShape);