Cleanup: Clang-Tidy, modernize-deprecated-headers

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2020-12-04 11:28:09 +01:00
parent f0df46287a
commit 958df2ed1b
74 changed files with 105 additions and 106 deletions

View File

@@ -17,7 +17,7 @@
*/
#include "COM_ChunkOrderHotspot.h"
#include <math.h>
#include <cmath>
ChunkOrderHotspot::ChunkOrderHotspot(int x, int y, float addition)
{