1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Remove mathconstants.h and use the correct way to get M_PI in MSVC. (#5072)

This commit is contained in:
red-001
2017-01-20 22:19:41 +00:00
committed by Loïc Blot
parent efa54f9c46
commit 0dada51a55
12 changed files with 2 additions and 17 deletions

View File

@@ -53,7 +53,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "event_manager.h"
#include "serverlist.h"
#include "util/string.h"
#include "util/mathconstants.h"
#include "rollback.h"
#include "util/serialize.h"
#include "util/thread.h"