header clean up
This commit is contained in:
@@ -33,12 +33,13 @@
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <GeomFill_BSplineCurves.hxx>
|
||||
#include <GeomFill.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Exception.h>
|
||||
|
||||
#include "FeatureBSplineSurf.h"
|
||||
|
||||
|
||||
|
||||
@@ -30,11 +30,14 @@
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <BRepBuilderAPI_Copy.hxx>
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <GeomFill_BezierCurves.hxx>
|
||||
#include <Geom_BoundedSurface.hxx>
|
||||
#include <BRepBuilderAPI_MakeFace.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/Exception.h>
|
||||
#include <Base/Tools.h>
|
||||
|
||||
#include "FeatureBSurf.h"
|
||||
|
||||
using namespace Surface;
|
||||
|
||||
@@ -24,19 +24,19 @@
|
||||
#ifndef FEATUREBSURF_H
|
||||
#define FEATUREBSURF_H
|
||||
|
||||
#include <GeomFill_FillingStyle.hxx>
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <GeomFill_BezierCurves.hxx>
|
||||
#include <Geom_BoundedSurface.hxx>
|
||||
#include "Mod/Part/App/PartFeature.h"
|
||||
#include "../FillType.h"
|
||||
#include "Mod/Surface/FillType.h"
|
||||
|
||||
class Handle_Geom_BoundedSurface;
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
class BSurf : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER(Surface::BSurf);
|
||||
|
||||
@@ -33,12 +33,13 @@
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <GeomFill_BezierCurves.hxx>
|
||||
#include <GeomFill.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Exception.h>
|
||||
|
||||
#include "FeatureBezSurf.h"
|
||||
|
||||
|
||||
|
||||
@@ -59,6 +59,9 @@
|
||||
// Xerces
|
||||
#include <xercesc/util/XercesDefs.hpp>
|
||||
|
||||
//opencascade
|
||||
#include "OpenCascadeAll.h"
|
||||
|
||||
#endif //_PreComp_
|
||||
|
||||
#endif
|
||||
|
||||
@@ -21,22 +21,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Standard_math.hxx>
|
||||
# include <BRep_Builder.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopExp_Explorer.hxx>
|
||||
# include <gp_Pln.hxx>
|
||||
# include <cfloat>
|
||||
# include <QFuture>
|
||||
# include <QFutureWatcher>
|
||||
# include <QtConcurrentMap>
|
||||
# include <boost/bind.hpp>
|
||||
#endif
|
||||
|
||||
#include "BSurf.h"
|
||||
#include "../App/FeatureBSurf.h"
|
||||
#include "../FillType.h"
|
||||
#include <Mod/Surface/App/FeatureBSurf.h>
|
||||
#include <Mod/Surface/FillType.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Document.h>
|
||||
@@ -44,6 +31,7 @@
|
||||
#include <Base/Sequencer.h>
|
||||
#include <Gui/Control.h>
|
||||
|
||||
#include "BSurf.h"
|
||||
#include "ui_BSurf.h"
|
||||
|
||||
|
||||
|
||||
@@ -30,11 +30,9 @@
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Base/BoundBox.h>
|
||||
#include <QWidget>
|
||||
#include <QPointer>
|
||||
#include "../FillType.h"
|
||||
#include <Mod/Surface/FillType.h>
|
||||
#include <Mod/Part/Gui/ViewProvider.h>
|
||||
#include "../App/FeatureBSurf.h"
|
||||
#include <Mod/Surface/App/FeatureBSurf.h>
|
||||
|
||||
namespace SurfaceGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user