Properly and efficiently use split utility headers
[oweals/minetest.git] / src / player.cpp
index 2eb2b10ad3f2bef86327dba2624d6bf2323c74ff..d470fa6ff2dea8dd5a1ebec00d22d66e89f1fbe8 100644 (file)
@@ -19,11 +19,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "player.h"
 #include "constants.h"
-#include "utility.h"
 #include "gamedef.h"
 #include "connection.h" // PEER_ID_INEXISTENT
 #include "settings.h"
 #include "content_sao.h"
+#include "util/numeric.h"
 
 Player::Player(IGameDef *gamedef):
        touching_ground(false),