Codechange: Remove duplicated includes. (#10888)

These are now included by stdafx.h so don't need to be included again.
pull/564/head
PeterN 1 year ago committed by GitHub
parent 702194cfef
commit d086f288cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,6 @@
#include "table/strings.h"
#include "table/sprites.h"
#include <math.h>
#include "safeguards.h"

@ -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"

@ -24,7 +24,6 @@
#include <unistd.h>
#include <signal.h>
#include <sys/stat.h>
#include <errno.h>
#include "../safeguards.h"

@ -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>

@ -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>

@ -12,7 +12,6 @@
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include <stdlib.h>
#include <time.h>
#include "../../safeguards.h"

@ -13,7 +13,6 @@
#include "../../gamelog.h"
#include "../../saveload/saveload.h"
#include <errno.h>
#include <signal.h>
#include <sys/utsname.h>

@ -108,7 +108,6 @@ bool FiosIsHiddenFile(const struct dirent *ent)
#ifdef WITH_ICONV
#include <iconv.h>
#include <errno.h>
#include "../../debug.h"
#include "../../string_func.h"

@ -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"

@ -22,7 +22,6 @@
#include "../../industry_cmd.h"
#include "../../timer/timer_game_calendar.h"
#include "table/strings.h"
#include <numeric>
#include "../../safeguards.h"

@ -31,8 +31,6 @@
#include "table/strings.h"
#include "table/sprites.h"
#include <numeric>
#include "safeguards.h"
static CursorID TranslateStoryPageButtonCursor(StoryPageButtonCursor cursor);

@ -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"

@ -19,8 +19,6 @@
#include "window_gui.h"
#include "widgets/dropdown_type.h"
#include <numeric>
typedef GUIList<const Vehicle*, CargoID> GUIVehicleList;
struct GUIVehicleGroup {

@ -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"

Loading…
Cancel
Save