summaryrefslogtreecommitdiff
path: root/src/vehicle_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_func.h')
-rw-r--r--src/vehicle_func.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vehicle_func.h b/src/vehicle_func.h
index 5b58a8fef..7aa48bb3e 100644
--- a/src/vehicle_func.h
+++ b/src/vehicle_func.h
@@ -12,16 +12,14 @@
#ifndef VEHICLE_FUNC_H
#define VEHICLE_FUNC_H
-#include "tile_type.h"
-#include "strings_type.h"
#include "gfx_type.h"
#include "direction_type.h"
-#include "cargo_type.h"
#include "command_type.h"
#include "vehicle_type.h"
#include "engine_type.h"
#include "transport_type.h"
#include "newgrf_config.h"
+#include "company_type.h"
#define is_custom_sprite(x) (x >= 0xFD)
#define IS_CUSTOM_FIRSTHEAD_SPRITE(x) (x == 0xFD)