summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 80c639eac..499de4d2f 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -5,7 +5,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
-#include "table/strings.h"
#include "engine.h"
#include "player_base.h"
#include "player_func.h"
@@ -16,7 +15,6 @@
#include "train.h"
#include "aircraft.h"
#include "newgrf_cargo.h"
-#include "table/engines.h"
#include "group.h"
#include "misc/autoptr.hpp"
#include "strings_func.h"
@@ -28,6 +26,9 @@
#include "autoreplace_gui.h"
#include "string_func.h"
+#include "table/strings.h"
+#include "table/engines.h"
+
EngineInfo _engine_info[TOTAL_NUM_ENGINES];
RailVehicleInfo _rail_vehicle_info[NUM_TRAIN_ENGINES];
ShipVehicleInfo _ship_vehicle_info[NUM_SHIP_ENGINES];