[Reverse Eng] App: enable precompiled headers

- also some sorting
This commit is contained in:
Uwe
2022-12-11 03:19:11 +01:00
parent eb6e9f5365
commit 601295320e
16 changed files with 129 additions and 130 deletions

View File

@@ -20,24 +20,25 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <math_Gauss.hxx>
#include <math_Householder.hxx>
#include <Geom_BSplineSurface.hxx>
#include <Precision.hxx>
#ifndef _PreComp_
# include <QFuture>
# include <QFutureWatcher>
# include <QtConcurrentMap>
#include <QFuture>
#include <QFutureWatcher>
#include <QtConcurrentMap>
# include <Geom_BSplineSurface.hxx>
# include <math_Gauss.hxx>
# include <math_Householder.hxx>
# include <Precision.hxx>
#endif
#include <Mod/Mesh/App/Core/Approximation.h>
#include <Base/Sequencer.h>
#include <Base/Tools2D.h>
#include <Base/Tools.h>
#include <Mod/Mesh/App/Core/Approximation.h>
#include "ApproxSurface.h"
using namespace Reen;
namespace bp = boost::placeholders;