summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 46e9fc5f6..9091edaed 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -33,7 +33,6 @@
#include "water_map.h"
#include "network/network.h"
#include "yapf/yapf.h"
-#include "date.h"
#include "newgrf_callbacks.h"
#include "newgrf_engine.h"
#include "newgrf_sound.h"
@@ -42,6 +41,7 @@
#include "strings_func.h"
#include "zoom_func.h"
#include "functions.h"
+#include "date_func.h"
#include "window_func.h"
#define INVALID_COORD (0x7fffffff)