diff options
Diffstat (limited to 'src/camera.cpp')
-rw-r--r-- | src/camera.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/camera.cpp b/src/camera.cpp index 0152f7041..ca28555d2 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -20,14 +20,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "camera.h" #include "debug.h" #include "client.h" -#include "main.h" // for g_settings #include "map.h" -#include "clientmap.h" // MapDrawControl +#include "clientmap.h" // MapDrawControl #include "player.h" #include <cmath> #include "settings.h" #include "wieldmesh.h" -#include "noise.h" // easeCurve +#include "noise.h" // easeCurve #include "gamedef.h" #include "sound.h" #include "event.h" |