From c7e74641f232681dd2f980ed672ade6d17c7ce4d Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Fri, 17 Jul 2015 17:16:15 +0200 Subject: [PATCH] [MaL] Correct includes. --- MathLib/MathTools.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index e2cf0dfdc2b..9efb704f36e 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -15,10 +15,6 @@ #ifndef MATHTOOLS_H_ #define MATHTOOLS_H_ -#include <cmath> -#include <limits> -#include <vector> - #ifdef _OPENMP #include <omp.h> #endif -- GitLab