[Points] improve PreCompiled.h handling
This commit is contained in:
@@ -25,10 +25,9 @@
|
||||
# include <cmath>
|
||||
# include <iostream>
|
||||
# include <QtConcurrentMap>
|
||||
# include <boost/math/special_functions/fpclassify.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
|
||||
#include <Base/Matrix.h>
|
||||
#include <Base/Stream.h>
|
||||
#include <Base/Writer.h>
|
||||
|
||||
@@ -27,12 +27,11 @@
|
||||
# endif
|
||||
# include <memory>
|
||||
# include <sstream>
|
||||
#endif
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
# include <boost/lexical_cast.hpp>
|
||||
# include <boost/regex.hpp>
|
||||
# include <boost/algorithm/string.hpp>
|
||||
#endif
|
||||
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Converter.h>
|
||||
@@ -40,9 +39,9 @@
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/Sequencer.h>
|
||||
#include <Base/Stream.h>
|
||||
#include <E57Format.h>
|
||||
|
||||
#include "PointsAlgos.h"
|
||||
#include <E57Format.h>
|
||||
|
||||
|
||||
using namespace Points;
|
||||
|
||||
@@ -22,10 +22,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <algorithm>
|
||||
#endif
|
||||
|
||||
#include "PointsGrid.h"
|
||||
|
||||
|
||||
|
||||
@@ -21,8 +21,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
#ifndef _PreComp_
|
||||
# include <boost/math/special_functions/fpclassify.hpp>
|
||||
#endif
|
||||
|
||||
#include <Base/Builder3D.h>
|
||||
#include <Base/Converter.h>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef POINTS_PRECOMPILED_H
|
||||
#define POINTS_PRECOMPILED_H
|
||||
|
||||
@@ -35,31 +34,27 @@
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// Qt
|
||||
# include <QtConcurrentMap>
|
||||
|
||||
// standard
|
||||
# include <cstdio>
|
||||
# include <cassert>
|
||||
|
||||
// STL
|
||||
# include <algorithm>
|
||||
# include <bitset>
|
||||
# include <cfloat>
|
||||
# include <cmath>
|
||||
# include <cstdlib>
|
||||
# include <iostream>
|
||||
# include <fstream>
|
||||
# include <list>
|
||||
# include <map>
|
||||
# include <memory>
|
||||
# include <queue>
|
||||
# include <set>
|
||||
# include <sstream>
|
||||
# include <stack>
|
||||
# include <string>
|
||||
# include <vector>
|
||||
|
||||
// boost
|
||||
# include <boost/lexical_cast.hpp>
|
||||
# include <boost/math/special_functions/fpclassify.hpp>
|
||||
# include <boost/regex.hpp>
|
||||
# include <boost/algorithm/string.hpp>
|
||||
|
||||
// Qt
|
||||
# include <QtConcurrentMap>
|
||||
|
||||
#endif //_PreComp_
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user