[TD] App Headers: remove unused header - part 2

This commit is contained in:
Uwe
2022-03-25 00:01:49 +01:00
parent f1a4c703b4
commit 4193686594
16 changed files with 53 additions and 82 deletions

View File

@@ -23,18 +23,16 @@
#ifndef _DrawView_h_
#define _DrawView_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <boost_signals2.hpp>
#include <QCoreApplication>
#include <QRectF>
#include <App/DocumentObject.h>
#include <App/PropertyStandard.h>
#include <App/PropertyGeo.h>
#include <App/PropertyUnits.h>
#include <App/FeaturePython.h>
#include <App/PropertyUnits.h>
#include <Mod/TechDraw/TechDrawGlobal.h>
namespace TechDraw
{

View File

@@ -21,19 +21,16 @@
* *
***************************************************************************/
#ifndef _DrawViewAnnotation_h_
#define _DrawViewAnnotation_h_
#include <App/DocumentObject.h>
#include <App/PropertyStandard.h>
#include <App/PropertyUnits.h>
#include <App/FeaturePython.h>
#include <App/PropertyUnits.h>
#include "DrawView.h"
namespace TechDraw
{

View File

@@ -24,12 +24,12 @@
#define _DrawViewArch_h_
#include <App/DocumentObject.h>
#include <Base/BoundBox.h>
#include <App/FeaturePython.h>
#include <App/PropertyLinks.h>
#include <Base/BoundBox.h>
#include "DrawViewSymbol.h"
namespace TechDraw
{

View File

@@ -22,15 +22,14 @@
#ifndef _TechDraw_DrawViewBalloon_h_
#define _TechDraw_DrawViewBalloon_h_
#include <tuple>
# include <App/DocumentObject.h>
# include <App/FeaturePython.h>
# include <App/PropertyLinks.h>
# include <App/PropertyUnits.h>
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyUnits.h>
#include "DrawView.h"
class TopoDS_Shape;
namespace Measure {

View File

@@ -21,19 +21,17 @@
* *
***************************************************************************/
#ifndef _DrawViewClip_h_
#define _DrawViewClip_h_
#include <App/DocumentObject.h>
#include <App/DocumentObjectGroup.h>
#include <App/PropertyLinks.h>
#include <App/PropertyStandard.h>
#include <App/PropertyUnits.h>
#include <App/FeaturePython.h>
#include <App/PropertyLinks.h>
#include <App/PropertyUnits.h>
#include "DrawView.h"
namespace TechDraw
{

View File

@@ -25,16 +25,12 @@
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyFile.h>
#include <App/FeaturePython.h>
#include <App/Material.h>
#include <Base/Vector3D.h>
#include <TopoDS_Compound.hxx>
#include "DrawViewPart.h"
class gp_Pln;
class gp_Ax2;
class TopoDS_Face;

View File

@@ -22,14 +22,15 @@
#ifndef _TechDraw_DrawViewDimExtent_h_
#define _TechDraw_DrawViewDimExtent_h_
#include <tuple>
# include <App/DocumentObject.h>
# include <App/FeaturePython.h>
# include <App/PropertyLinks.h>
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include "DrawViewDimension.h"
namespace TechDraw {
class TechDrawExport DrawViewDimExtent : public TechDraw::DrawViewDimension

View File

@@ -22,15 +22,16 @@
#ifndef _TechDraw_DrawViewDimension_h_
#define _TechDraw_DrawViewDimension_h_
#include <tuple>
# include <App/DocumentObject.h>
# include <App/FeaturePython.h>
# include <App/PropertyLinks.h>
# include <Base/UnitsApi.h>
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <Base/UnitsApi.h>
#include "DrawView.h"
class TopoDS_Shape;
namespace Measure {

View File

@@ -24,16 +24,16 @@
#define _DrawViewDraft_h_
#include <App/DocumentObject.h>
#include <Base/BoundBox.h>
#include <App/FeaturePython.h>
#include <App/PropertyLinks.h>
#include <Base/BoundBox.h>
#include "DrawViewSymbol.h"
namespace TechDraw
{
class TechDrawExport DrawViewDraft : public TechDraw::DrawViewSymbol
{
PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawViewDraft);

View File

@@ -24,16 +24,16 @@
#define _DrawViewImage_h_
#include <App/DocumentObject.h>
#include <App/PropertyFile.h>
#include "DrawView.h"
#include <App/FeaturePython.h>
#include <App/PropertyFile.h>
#include <Base/BoundBox.h>
#include "DrawView.h"
namespace TechDraw
{
class TechDrawExport DrawViewImage : public TechDraw::DrawView
{
PROPERTY_HEADER(TechDraw::DrawViewImage);

View File

@@ -26,15 +26,14 @@
#define _DrawViewMulti_h_
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyFile.h>
#include <App/FeaturePython.h>
#include <App/Material.h>
#include <App/PropertyLinks.h>
#include <TopoDS_Compound.hxx>
#include "DrawViewPart.h"
class gp_Pln;
class TopoDS_Face;

View File

@@ -26,30 +26,21 @@
#define _DrawViewPart_h_
#include <TopoDS_Edge.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Wire.hxx>
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyStandard.h>
#include <App/PropertyUnits.h>
#include <App/FeaturePython.h>
#include <App/PropertyLinks.h>
#include <App/PropertyUnits.h>
#include <Base/BoundBox.h>
#include "PropertyGeomFormatList.h"
#include "PropertyCenterLineList.h"
#include "PropertyCosmeticEdgeList.h"
#include "PropertyCosmeticVertexList.h"
#include "CosmeticExtension.h"
#include "DrawView.h"
class gp_Pnt;
class gp_Pln;
class gp_Ax2;
//class TopoDS_Edge;
//class TopoDS_Vertex;
//class TopoDS_Wire;
class TopoDS_Shape;
namespace App

View File

@@ -26,16 +26,16 @@
#define _DrawViewSection_h_
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyFile.h>
#include <App/FeaturePython.h>
#include <App/Material.h>
#include <App/PropertyFile.h>
#include <App/PropertyLinks.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Shape.hxx>
#include "DrawViewPart.h"
class Bnd_Box;
class gp_Pln;
class gp_Pnt;

View File

@@ -20,25 +20,19 @@
* *
***************************************************************************/
#ifndef _DrawViewSpreadsheet_h_
#define _DrawViewSpreadsheet_h_
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyStandard.h>
#include <App/PropertyGeo.h>
#include <App/FeaturePython.h>
#include <App/PropertyLinks.h>
#include "DrawViewSymbol.h"
namespace TechDraw
{
class TechDrawExport DrawViewSpreadsheet : public TechDraw::DrawViewSymbol
{
PROPERTY_HEADER(TechDraw::DrawViewSpreadsheet);

View File

@@ -24,11 +24,12 @@
#define _DrawViewSymbol_h_
#include <App/DocumentObject.h>
#include "DrawView.h"
#include <App/FeaturePython.h>
#include <Base/BoundBox.h>
#include "DrawView.h"
namespace TechDraw
{
class DrawPage;

View File

@@ -28,21 +28,17 @@
#ifndef TECHDRAW_EDGEWALKER_H
#define TECHDRAW_EDGEWALKER_H
#include <vector>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/planar_face_traversal.hpp>
#include <boost/property_map/property_map.hpp>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Wire.hxx>
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <vector>
#include <boost_graph_adjacency_list.hpp>
#include <boost/graph/properties.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/boyer_myrvold_planar_test.hpp>
#include <boost/graph/is_kuratowski_subgraph.hpp>
#include <boost/graph/planar_face_traversal.hpp>
#include <boost/ref.hpp>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Wire.hxx>
namespace TechDraw {
//using namespace boost;