[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 767624ca74
commit 71758ecf9b
75 changed files with 228 additions and 117 deletions

View File

@@ -24,12 +24,12 @@
#ifndef _PreComp_
#include <cmath>
#endif // #ifndef _PreComp_
#include <QApplication>
#include <QStatusBar>
#include <QGraphicsScene>
#include <QMessageBox>
#endif // #ifndef _PreComp_
#include <Base/Console.h>
#include <Base/Tools.h>