From 107570e6288d266825724010a6f0149eaaac40db Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 21 Sep 2016 12:01:43 +0200 Subject: many: remove compat/pi-constant.hpp With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission. --- logic/simple-mat.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'logic/simple-mat.cpp') diff --git a/logic/simple-mat.cpp b/logic/simple-mat.cpp index 24a2d69e..57571f9e 100644 --- a/logic/simple-mat.cpp +++ b/logic/simple-mat.cpp @@ -1,5 +1,4 @@ #include "simple-mat.hpp" -#include "compat/pi-constant.hpp" #include namespace euler { -- cgit v1.2.3