Changeset - r27885:b4d85fed3004
[Not reviewed]
master
1 19 0
Tyler Trahan - 9 months ago 2023-08-16 14:10:50
tyler@tylertrahan.com
Codechange: Delete date_type.h
20 files changed with 0 insertions and 35 deletions:
0 comments (0 inline, 0 general)
src/CMakeLists.txt
Show inline comments
 
@@ -117,7 +117,6 @@ add_files(
 
    currency.h
 
    date_gui.cpp
 
    date_gui.h
 
    date_type.h
 
    debug.cpp
 
    debug.h
 
    dedicated.cpp
src/date_gui.cpp
Show inline comments
 
@@ -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"
src/date_type.h
Show inline comments
 
deleted file
src/graph_gui.cpp
Show inline comments
 
@@ -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"
src/linkgraph/linkgraph.h
Show inline comments
 
@@ -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"
src/network/network_base.h
Show inline comments
 
@@ -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. */
src/newgrf_airport.h
Show inline comments
 
@@ -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"
src/newgrf_profiling.h
Show inline comments
 
@@ -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"
src/newgrf_text.cpp
Show inline comments
 
@@ -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"
src/order_base.h
Show inline comments
 
@@ -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;
src/rail.h
Show inline comments
 
@@ -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"
src/saveload/misc_sl.cpp
Show inline comments
 
@@ -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"
 

	
src/script/api/script_date.hpp
Show inline comments
 
@@ -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.
src/settings.cpp
Show inline comments
 
@@ -45,7 +45,6 @@
 
#include "fios.h"
 
#include "fileio_func.h"
 
#include "settings_cmd.h"
 
#include "date_type.h"
 

	
 
#include "table/strings.h"
 

	
src/sortlist_type.h
Show inline comments
 
@@ -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. */
src/statusbar_gui.cpp
Show inline comments
 
@@ -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"
src/story_cmd.h
Show inline comments
 
@@ -12,7 +12,6 @@
 

	
 
#include "command_type.h"
 
#include "company_type.h"
 
#include "date_type.h"
 
#include "story_type.h"
 
#include "vehicle_type.h"
 

	
src/timetable.h
Show inline comments
 
@@ -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"
 

	
src/town.h
Show inline comments
 
@@ -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"
src/vehicle_func.h
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)