mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Correct compilation under Win32 platform
This commit is contained in:
parent
80403d0a66
commit
49c4f67f30
@ -21,8 +21,6 @@
|
||||
// Created : Mon Aug 2 10:30:00 2004
|
||||
// Author : Edward AGAPOV (eap)
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "SMESH_Block.hxx"
|
||||
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
|
@ -27,8 +27,6 @@
|
||||
// Author : Nicolas Geimer & Aurélien Motteux (OCC)
|
||||
// Module : SMESH
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef _SMESH_OCTREENODE_HXX_
|
||||
#define _SMESH_OCTREENODE_HXX_
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
// Created : Mon Aug 2 10:30:00 2004
|
||||
// Author : Edward AGAPOV (eap)
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "SMESH_Pattern.hxx"
|
||||
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
|
@ -21,8 +21,6 @@
|
||||
// Created : Mon Aug 2 10:30:00 2004
|
||||
// Author : Edward AGAPOV (eap)
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef SMESH_Pattern_HeaderFile
|
||||
#define SMESH_Pattern_HeaderFile
|
||||
|
||||
|
@ -18,8 +18,6 @@
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef SMESHGUI_EditMeshDlg_H
|
||||
#define SMESHGUI_EditMeshDlg_H
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
||||
//
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef SMESHGUI_VTKUtils_HeaderFile
|
||||
#define SMESHGUI_VTKUtils_HeaderFile
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
#ifndef _STD_MESHERS_DISTRIBUTION_HXX_
|
||||
#define _STD_MESHERS_DISTRIBUTION_HXX_
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include <vector>
|
||||
|
@ -24,8 +24,6 @@
|
||||
// File : StdMeshers_Penta_3D.cxx
|
||||
// Module : SMESH
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "StdMeshers_Penta_3D.hxx"
|
||||
|
||||
#include "utilities.h"
|
||||
|
@ -25,8 +25,6 @@
|
||||
// Created : Fri Oct 27 10:24:28 2006
|
||||
// Author : Edward AGAPOV (eap)
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "StdMeshers_ProjectionUtils.hxx"
|
||||
|
||||
#include "StdMeshers_ProjectionSource1D.hxx"
|
||||
|
@ -18,8 +18,6 @@
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "StdMeshersGUI_DistrPreview.h"
|
||||
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
|
Loading…
Reference in New Issue
Block a user