summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index aab147099..598088a0f 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -10,7 +10,6 @@
/** @file unmovable_cmd.cpp Handling of unmovable tiles. */
#include "stdafx.h"
-#include "openttd.h"
#include "landscape.h"
#include "command_func.h"
#include "viewport_func.h"
@@ -28,6 +27,9 @@
#include "landscape_type.h"
#include "unmovable.h"
#include "cargopacket.h"
+#include "sprite.h"
+#include "core/random_func.hpp"
+#include "unmovable_map.h"
#include "table/strings.h"
#include "table/sprites.h"