]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientmap.cpp
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
[dragonfireclient.git] / src / clientmap.cpp
index fa326f0b44548517bc9ff79ceeb7fb63d5f42b44..11719539fee7b2981fb569ec23caf7bb9b79e749 100644 (file)
@@ -29,7 +29,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "profiler.h"
 #include "settings.h"
 #include "camera.h"               // CameraModes
-#include "util/mathconstants.h"
 #include "util/basic_macros.h"
 #include <algorithm>