diff --git a/include/omath/linear_algebra/mat.hpp b/include/omath/linear_algebra/mat.hpp index f5485c5..6679cc7 100644 --- a/include/omath/linear_algebra/mat.hpp +++ b/include/omath/linear_algebra/mat.hpp @@ -11,13 +11,6 @@ #include #include -#ifdef near -#undef near -#endif - -#ifdef far -#undef far -#endif namespace omath {