[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

@@ -21,9 +21,10 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <limits>
# include <boost/math/special_functions/fpclassify.hpp>
# include <Inventor/errors/SoDebugError.h>
# include <Inventor/events/SoMouseButtonEvent.h>
# include <Inventor/nodes/SoCamera.h>
@@ -36,8 +37,6 @@
# include <Inventor/nodes/SoPointSet.h>
#endif
#include <boost/math/special_functions/fpclassify.hpp>
#include <App/Document.h>
#include <Base/Vector3D.h>
#include <Gui/Application.h>