Changeset - r27449:f17dab49194e
[Not reviewed]
master
0 14 0
PeterN - 15 months ago 2023-05-29 13:29:00
peter1138@openttd.org
Codechange: Remove duplicated includes. (#10888)

These are now included by stdafx.h so don't need to be included again.
14 files changed with 0 insertions and 16 deletions:
0 comments (0 inline, 0 general)
src/graph_gui.cpp
Show inline comments
 
@@ -29,7 +29,6 @@
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include <math.h>
 

	
 
#include "safeguards.h"
 

	
src/mixer.cpp
Show inline comments
 
@@ -8,7 +8,6 @@
 
/** @file mixer.cpp Mixing of sound samples. */
 

	
 
#include "stdafx.h"
 
#include <math.h>
 
#include <mutex>
 
#include <atomic>
 
#include "core/math_func.hpp"
src/music/extmidi.cpp
Show inline comments
 
@@ -24,7 +24,6 @@
 
#include <unistd.h>
 
#include <signal.h>
 
#include <sys/stat.h>
 
#include <errno.h>
 

	
 
#include "../safeguards.h"
 

	
src/os/macosx/crashlog_osx.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "../../video/video_driver.hpp"
 
#include "macos.h"
 

	
 
#include <errno.h>
 
#include <signal.h>
 
#include <mach-o/arch.h>
 
#include <dlfcn.h>
src/os/os2/os2.cpp
Show inline comments
 
@@ -21,7 +21,6 @@
 
#include <dirent.h>
 
#include <unistd.h>
 
#include <sys/stat.h>
 
#include <stdlib.h>
 
#include <time.h>
 
#ifndef __INNOTEK_LIBC__
 
#	include <dos.h>
src/os/os2/os2_main.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "../../core/random_func.hpp"
 
#include "../../string_func.h"
 

	
 
#include <stdlib.h>
 
#include <time.h>
 

	
 
#include "../../safeguards.h"
src/os/unix/crashlog_unix.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "../../gamelog.h"
 
#include "../../saveload/saveload.h"
 

	
 
#include <errno.h>
 
#include <signal.h>
 
#include <sys/utsname.h>
 

	
src/os/unix/unix.cpp
Show inline comments
 
@@ -108,7 +108,6 @@ bool FiosIsHiddenFile(const struct diren
 
#ifdef WITH_ICONV
 

	
 
#include <iconv.h>
 
#include <errno.h>
 
#include "../../debug.h"
 
#include "../../string_func.h"
 

	
src/os/windows/win32.cpp
Show inline comments
 
@@ -23,7 +23,6 @@
 
#include "../../fios.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../string_func.h"
 
#include <errno.h>
 
#include <sys/stat.h>
 
#include "../../language.h"
 
#include "../../thread.h"
src/script/api/script_industry.cpp
Show inline comments
 
@@ -22,7 +22,6 @@
 
#include "../../industry_cmd.h"
 
#include "../../timer/timer_game_calendar.h"
 
#include "table/strings.h"
 
#include <numeric>
 

	
 
#include "../../safeguards.h"
 

	
src/story_gui.cpp
Show inline comments
 
@@ -31,8 +31,6 @@
 
#include "table/strings.h"
 
#include "table/sprites.h"
 

	
 
#include <numeric>
 

	
 
#include "safeguards.h"
 

	
 
static CursorID TranslateStoryPageButtonCursor(StoryPageButtonCursor cursor);
src/tgp.cpp
Show inline comments
 
@@ -8,7 +8,6 @@
 
/** @file tgp.cpp OTTD Perlin Noise Landscape Generator, aka TerraGenesis Perlin */
 

	
 
#include "stdafx.h"
 
#include <math.h>
 
#include "clear_map.h"
 
#include "void_map.h"
 
#include "genworld.h"
src/vehicle_gui_base.h
Show inline comments
 
@@ -19,8 +19,6 @@
 
#include "window_gui.h"
 
#include "widgets/dropdown_type.h"
 

	
 
#include <numeric>
 

	
 
typedef GUIList<const Vehicle*, CargoID> GUIVehicleList;
 

	
 
struct GUIVehicleGroup {
src/video/opengl.cpp
Show inline comments
 
@@ -36,7 +36,6 @@
 
#include "../debug.h"
 
#include "../blitter/factory.hpp"
 
#include "../zoom_func.h"
 
#include <numeric>
 

	
 
#include "../table/opengl_shader.h"
 
#include "../table/sprites.h"
0 comments (0 inline, 0 general)