[TechDraw] Clean up precompile in Gui

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-05 00:06:56 +02:00
committed by WandererFan
parent 52b3c75eb4
commit aa9a667506
75 changed files with 228 additions and 117 deletions

View File

@@ -26,14 +26,13 @@
#include <cmath>
#include <BRepBndLib.hxx>
#include <Bnd_Box.hxx>
#endif // #ifndef _PreComp_
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <QButtonGroup>
#include <QStatusBar>
#include <QGraphicsScene>
#endif
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <Base/Console.h>
#include <Base/Tools.h>