[TD] App Headers: remove unused header - part 1
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
#ifndef _ARROWENUMS_H_
|
||||
#define _ARROWENUMS_H_
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <QCoreApplication>
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
|
||||
@@ -23,19 +23,15 @@
|
||||
#ifndef TECHDRAW_COSMETIC_H
|
||||
#define TECHDRAW_COSMETIC_H
|
||||
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
|
||||
#include <App/FeaturePython.h>
|
||||
|
||||
#include <Base/Persistence.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#include <App/Material.h>
|
||||
|
||||
#include "Geometry.h"
|
||||
|
||||
|
||||
class TopoDS_Edge;
|
||||
|
||||
namespace TechDraw {
|
||||
|
||||
@@ -23,18 +23,13 @@
|
||||
#ifndef TECHDRAW_COSMETICEXTENSION_H
|
||||
#define TECHDRAW_COSMETICEXTENSION_H
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/DocumentObjectExtension.h>
|
||||
#include <App/ExtensionPython.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/Material.h>
|
||||
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Base/Exception.h>
|
||||
|
||||
#include "PropertyCosmeticVertexList.h"
|
||||
#include "PropertyCosmeticEdgeList.h"
|
||||
#include "PropertyCenterLineList.h"
|
||||
#include "PropertyCosmeticEdgeList.h"
|
||||
#include "PropertyCosmeticVertexList.h"
|
||||
#include "PropertyGeomFormatList.h"
|
||||
|
||||
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/Material.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <App/PropertyFile.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
|
||||
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Face;
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/Material.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <App/PropertyFile.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#ifndef _TechDraw_DrawLeaderLine_h_
|
||||
#define _TechDraw_DrawLeaderLine_h_
|
||||
#include <tuple>
|
||||
|
||||
# include <App/DocumentObject.h>
|
||||
# include <App/FeaturePython.h>
|
||||
|
||||
@@ -20,19 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef _DrawPage_h_
|
||||
#define _DrawPage_h_
|
||||
|
||||
#include <boost_signals2.hpp>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/DocumentObjectGroup.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyFile.h>
|
||||
#include <Mod/TechDraw/App/DrawViewPart.h>
|
||||
#include <Mod/TechDraw/App/DrawViewSpreadsheet.h>
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
|
||||
@@ -23,11 +23,12 @@
|
||||
#ifndef _TECHDRAW_DrawParametricTemplate_h_
|
||||
#define _TECHDRAW_DrawParametricTemplate_h_
|
||||
|
||||
#include <App/PropertyFile.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/PropertyFile.h>
|
||||
|
||||
#include "Geometry.h"
|
||||
#include "DrawTemplate.h"
|
||||
#include "Geometry.h"
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
@@ -25,17 +25,15 @@
|
||||
|
||||
#include <string>
|
||||
# include <QRectF>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
|
||||
|
||||
#include <Base/BoundBox.h>
|
||||
#include <Base/Matrix.h>
|
||||
#include <Base/Vector3D.h>
|
||||
|
||||
#include "DrawViewCollection.h"
|
||||
|
||||
|
||||
class gp_Dir;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
@@ -26,10 +26,12 @@
|
||||
#include <gp_Ax2.hxx>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
|
||||
#include "DrawViewPart.h"
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
|
||||
@@ -23,16 +23,12 @@
|
||||
#ifndef _DrawProjectSplit_h_
|
||||
#define _DrawProjectSplit_h_
|
||||
|
||||
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Base/BoundBox.h>
|
||||
|
||||
|
||||
class gp_Pnt;
|
||||
class gp_Ax2;
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
#ifndef _TECHDRAW_DrawSVGTemplate_h_
|
||||
#define _TECHDRAW_DrawSVGTemplate_h_
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyFile.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <QRectF>
|
||||
#include <App/PropertyFile.h>
|
||||
|
||||
#include "DrawTemplate.h"
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
|
||||
@@ -24,10 +24,9 @@
|
||||
#define _TECHDRAW_DrawTemplate_h_
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
#ifndef _TechDraw_DrawTileWeld_h_
|
||||
#define _TechDraw_DrawTileWeld_h_
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/FeaturePython.h>
|
||||
#include <App/PropertyFile.h>
|
||||
@@ -32,6 +30,7 @@
|
||||
|
||||
#include "DrawTile.h"
|
||||
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <QPointF>
|
||||
#include <QString>
|
||||
|
||||
#include <gp_Ax2.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
@@ -36,17 +36,12 @@
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Tools2D.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Base/Matrix.h>
|
||||
|
||||
#include <Mod/Part/App/PartFeature.h>
|
||||
|
||||
#include "LineGroup.h"
|
||||
|
||||
Reference in New Issue
Block a user