Salome HOME
Porting to Mandrake 10.1 and new products:
[modules/smesh.git] / src / DriverSTL / DriverSTL_R_SMDS_Mesh.cxx
index 93c2cff5bfd0dcbeab51d5f2f033a76ea5c5032a..7128186a01dc843c8b63d915286a78120a9a4724 100644 (file)
 
 #include <stdio.h>
 
+
 #include "DriverSTL_R_SMDS_Mesh.h"
 
 #include "SMDS_Mesh.hxx"
 #include "SMDS_MeshElement.hxx"
 #include "SMDS_MeshNode.hxx"
-#include <gp_Pnt.hxx>
 #include <OSD_Path.hxx>
 #include <OSD_File.hxx>
 #include <OSD_FromWhere.hxx>
@@ -32,7 +32,6 @@
 #include <OSD_SingleProtection.hxx>
 #include <NCollection_DataMap.hxx>
 #include <Standard_NoMoreObject.hxx>
-
 #include "utilities.h"
 
 static const int HEADER_SIZE           =  84;