[Points] improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-07 17:52:49 +01:00
parent 332af8f413
commit cc4b8b4cd1
9 changed files with 40 additions and 57 deletions

View File

@@ -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;