move includes to repsect PCH option

This commit is contained in:
wmayer
2019-05-25 13:04:57 +02:00
parent fc904288a5
commit fe3b75683f
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>