Codechange: Delete date_type.h

This commit is contained in:
Tyler Trahan
2023-08-16 10:10:50 -04:00
parent 77173a6a10
commit 701a61c9af
20 changed files with 0 additions and 35 deletions

View File

@@ -18,7 +18,6 @@
#include "station_type.h"
#include "vehicle_type.h"
#include "timer/timer_game_tick.h"
#include "date_type.h"
#include "saveload/saveload.h"
typedef Pool<Order, OrderID, 256, 0xFF0000> OrderPool;