[TD] Gui Headers: remove unused header - part 1

This commit is contained in:
Uwe
2022-03-25 01:58:33 +01:00
parent b219c50ed6
commit 68052db4da
20 changed files with 31 additions and 58 deletions

View File

@@ -21,18 +21,15 @@
* *
***************************************************************************/
#ifndef TECHDRAWGUI_VIEWPROVIDERVIEWSECTION_H
#define TECHDRAWGUI_VIEWPROVIDERVIEWSECTION_H
#include <Mod/TechDraw/App/DrawView.h>
#include <Mod/TechDraw/App/DrawViewPart.h>
#include <Mod/TechDraw/App/DrawViewSection.h>
#include "ViewProviderViewPart.h"
namespace TechDrawGui {
namespace TechDrawGui {
class TechDrawGuiExport ViewProviderViewSection : public ViewProviderViewPart
{