move includes to repsect PCH option

This commit is contained in:
wmayer
2019-05-25 13:04:57 +02:00
parent bf38ae958f
commit 4072b2c9d7
3 changed files with 17 additions and 20 deletions

View File

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