[TD]remove precompiled from *.h

This commit is contained in:
Wanderer Fan
2022-08-13 14:21:16 -04:00
committed by WandererFan
parent 71758ecf9b
commit fdfc73fe93
61 changed files with 128 additions and 197 deletions

View File

@@ -22,7 +22,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <QGraphicsScene>
#include <QLineEdit>
#include <QGraphicsProxyWidget>
#include <QComboBox>
@@ -32,8 +31,10 @@
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Document.h>
#include <Mod/TechDraw/App/DrawPage.h>
#include <Mod/TechDraw/Gui/ui_TaskSurfaceFinishSymbols.h>
#include "TaskSurfaceFinishSymbols.h"
using namespace Gui;