From ed7ca05a89b96510ba6073975293f71bbe4b9f77 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Wed, 7 Nov 2012 16:48:55 +0100 Subject: [PATCH] Remove unused includes. --- GeoLib/PointVec.cpp | 3 +++ GeoLib/PointVec.h | 4 ---- .../InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index c5d817e78da..7937e6c4f42 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -15,6 +15,9 @@ #include "PointVec.h" #include "PointWithID.h" +// BaseLib +#include "quicksort.h" + // MathLib #include "MathTools.h" diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index a4556fc0ede..76447841024 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -15,10 +15,6 @@ #include "Point.h" #include "Station.h" -// BaseLib -#include "binarySearch.h" -#include "quicksort.h" - #include <map> #include <string> #include <vector> diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index 7b76b21cf34..bc3164a7b44 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -11,7 +11,6 @@ */ #include "PiecewiseLinearInterpolation.h" -#include "binarySearch.h" #include <iostream> -- GitLab