summaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2017-01-20 22:19:41 +0000
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-01-20 23:19:41 +0100
commit0dada51a550c5eb52faf700dcbde4cee22a6bc70 (patch)
treeffc0993e7dd2cf240caa382a922291729aee1512 /src/content_cao.cpp
parentefa54f9c460239c23a2014076764d6c6830589e6 (diff)
downloadminetest-0dada51a550c5eb52faf700dcbde4cee22a6bc70.tar.gz
minetest-0dada51a550c5eb52faf700dcbde4cee22a6bc70.tar.bz2
minetest-0dada51a550c5eb52faf700dcbde4cee22a6bc70.zip
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r--src/content_cao.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp
index 83756c963..93ac1f785 100644
--- a/src/content_cao.cpp
+++ b/src/content_cao.cpp
@@ -26,7 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_cao.h"
#include "util/numeric.h" // For IntervalLimiter
#include "util/serialize.h"
-#include "util/mathconstants.h"
#include "util/basic_macros.h"
#include "client/tile.h"
#include "environment.h"