From b2adb22b2d3847a234a66850b162f5ece9b31995 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 13 May 2014 12:41:40 +0200 Subject: [PATCH] remove whitespace --- Util/ComputeAngle.h | 1 - Util/LuaUtil.h | 1 + Util/MercatorUtil.h | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Util/ComputeAngle.h b/Util/ComputeAngle.h index f6a3bb51f..89a7348e6 100644 --- a/Util/ComputeAngle.h +++ b/Util/ComputeAngle.h @@ -808,5 +808,4 @@ inline static double GetAngleBetweenThreeFixedPointCoordinates(const CoordinateT return angle; } - #endif // COMPUTE_ANGLE_H diff --git a/Util/LuaUtil.h b/Util/LuaUtil.h index dee20ee7b..5c502c956 100644 --- a/Util/LuaUtil.h +++ b/Util/LuaUtil.h @@ -36,6 +36,7 @@ extern "C" { #include #include + #include #include diff --git a/Util/MercatorUtil.h b/Util/MercatorUtil.h index 5e1f0e6a2..5a3505087 100644 --- a/Util/MercatorUtil.h +++ b/Util/MercatorUtil.h @@ -30,10 +30,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - inline double y2lat(const double a) { return 180. / M_PI * (2. * atan(exp(a * M_PI / 180.)) - M_PI / 2.);