header clean up

This commit is contained in:
blobfish
2015-01-22 13:07:01 -05:00
committed by wmayer
parent 4372355e4c
commit e83189b9bf
7 changed files with 25 additions and 31 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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);

View File

@@ -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"

View File

@@ -59,6 +59,9 @@
// Xerces
#include <xercesc/util/XercesDefs.hpp>
//opencascade
#include "OpenCascadeAll.h"
#endif //_PreComp_
#endif

View File

@@ -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"

View File

@@ -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
{