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

@ -117,7 +117,6 @@ add_files(
currency.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp
debug.h
dedicated.cpp

View File

@ -13,7 +13,6 @@
#include "window_func.h"
#include "window_gui.h"
#include "date_gui.h"
#include "date_type.h"
#include "core/geometry_func.hpp"
#include "widgets/dropdown_type.h"

View File

@ -1,16 +0,0 @@
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file date_type.h Types related to the dates in OpenTTD. */
#ifndef DATE_TYPE_H
#define DATE_TYPE_H
#include "timer/timer_game_calendar.h"
#endif /* DATE_TYPE_H */

View File

@ -16,7 +16,6 @@
#include "cargotype.h"
#include "strings_func.h"
#include "window_func.h"
#include "date_type.h"
#include "gfx_func.h"
#include "core/geometry_func.hpp"
#include "currency.h"

View File

@ -13,7 +13,6 @@
#include "../core/pool_type.hpp"
#include "../station_base.h"
#include "../cargotype.h"
#include "../date_type.h"
#include "../timer/timer_game_calendar.h"
#include "../saveload/saveload.h"
#include "linkgraph_type.h"

View File

@ -14,7 +14,6 @@
#include "core/address.h"
#include "../core/pool_type.hpp"
#include "../company_type.h"
#include "../date_type.h"
#include "../timer/timer_game_calendar.h"
/** Type for the pool with client information. */

View File

@ -11,7 +11,6 @@
#define NEWGRF_AIRPORT_H
#include "airport.h"
#include "date_type.h"
#include "timer/timer_game_calendar.h"
#include "newgrf_class.h"
#include "newgrf_commons.h"

View File

@ -11,7 +11,6 @@
#define NEWGRF_PROFILING_H
#include "stdafx.h"
#include "date_type.h"
#include "timer/timer_game_calendar.h"
#include "newgrf.h"
#include "newgrf_callbacks.h"

View File

@ -24,7 +24,6 @@
#include "newgrf_cargo.h"
#include "string_func.h"
#include "timer/timer_game_calendar.h"
#include "date_type.h"
#include "debug.h"
#include "core/alloc_type.hpp"
#include "language.h"

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;

View File

@ -17,7 +17,6 @@
#include "economy_func.h"
#include "slope_type.h"
#include "strings_type.h"
#include "date_type.h"
#include "timer/timer_game_calendar.h"
#include "signal_type.h"
#include "settings_type.h"

View File

@ -20,7 +20,6 @@
#include "../gfx_func.h"
#include "../core/random_func.hpp"
#include "../fios.h"
#include "../date_type.h"
#include "../timer/timer.h"
#include "../timer/timer_game_tick.h"

View File

@ -12,7 +12,6 @@
#include "script_object.hpp"
#include "timer/timer_game_calendar.h"
#include "../../date_type.h"
/**
* Class that handles all date related (calculation) functions.

View File

@ -45,7 +45,6 @@
#include "fios.h"
#include "fileio_func.h"
#include "settings_cmd.h"
#include "date_type.h"
#include "table/strings.h"

View File

@ -13,7 +13,6 @@
#include "core/enum_type.hpp"
#include "core/bitmath_func.hpp"
#include "core/mem_func.hpp"
#include "date_type.h"
#include "timer/timer_game_tick.h"
/** Flags of the sort list. */

View File

@ -25,7 +25,6 @@
#include "toolbar_gui.h"
#include "core/geometry_func.hpp"
#include "zoom_func.h"
#include "date_type.h"
#include "timer/timer.h"
#include "timer/timer_game_calendar.h"
#include "timer/timer_window.h"

View File

@ -12,7 +12,6 @@
#include "command_type.h"
#include "company_type.h"
#include "date_type.h"
#include "story_type.h"
#include "vehicle_type.h"

View File

@ -11,7 +11,6 @@
#define TIMETABLE_H
#include "timer/timer_game_tick.h"
#include "date_type.h"
#include "timer/timer_game_calendar.h"
#include "vehicle_type.h"

View File

@ -11,7 +11,6 @@
#define TOWN_H
#include "viewport_type.h"
#include "date_type.h"
#include "timer/timer_game_tick.h"
#include "town_map.h"
#include "subsidy_type.h"

View File

@ -11,7 +11,6 @@
#define VEHICLE_FUNC_H
#include "gfx_type.h"
#include "date_type.h"
#include "direction_type.h"
#include "command_type.h"
#include "vehicle_type.h"