diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 6641bff407881cad689b456b3ef9144c73ea9288..e2f5afab72c21122d8323e6a96d7ecdd135a54c7 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -15,9 +15,6 @@ #ifndef POINT_H_ #define POINT_H_ -// STL -#include <limits> - // GeoLib #include "GeoObject.h" diff --git a/MathLib/MathPoint.h b/MathLib/MathPoint.h index 807f64dc015971dfd8d9cf3c7a23d9c0081f4393..5b528681819568615b01991f9be2779c6c02840c 100644 --- a/MathLib/MathPoint.h +++ b/MathLib/MathPoint.h @@ -14,7 +14,7 @@ #ifndef MATHPOINT_H_ #define MATHPOINT_H_ -#include <cmath> +#include <limits> #include "TemplatePoint.h"