1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Remove profiler.h include where it's not needed. Remove some unreachable and very old code

This commit is contained in:
Loic Blot 2015-07-20 23:30:43 +02:00
parent 5ebb4237e2
commit fa7fe510d9
10 changed files with 14 additions and 149 deletions

View file

@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "collision.h"
#include "environment.h"
#include "settings.h"
#include "profiler.h"
#include "serialization.h" // For compressZlib
#include "tool.h" // For ToolCapabilities
#include "gamedef.h"