Remove unneeded includes

This commit is contained in:
Allofich 2021-06-13 07:54:13 +09:00
parent 0cac7f216e
commit cf86151a3f
7 changed files with 0 additions and 12 deletions

View File

@ -4,7 +4,6 @@
#include "video.h" #include "video.h"
#include "SDL.h" #include "SDL.h"
#include "SDL_video.h"
#ifdef __WIN32__ #ifdef __WIN32__
#include "SDL_syswm.h" #include "SDL_syswm.h"

View File

@ -20,7 +20,6 @@
#ifndef DOSBOX_SUPPORT_H #ifndef DOSBOX_SUPPORT_H
#define DOSBOX_SUPPORT_H #define DOSBOX_SUPPORT_H
#include <ctype.h>
#ifndef DOSBOX_DOSBOX_H #ifndef DOSBOX_DOSBOX_H
#include "dosbox.h" #include "dosbox.h"
#endif #endif

View File

@ -20,9 +20,6 @@
#ifndef DOSBOX_VGA_H #ifndef DOSBOX_VGA_H
#define DOSBOX_VGA_H #define DOSBOX_VGA_H
#ifndef DOSBOX_DOSBOX_H
#include "dosbox.h"
#endif
#include "pic.h" #include "pic.h"
#include <math.h> /* for fabs */ #include <math.h> /* for fabs */

View File

@ -2,7 +2,6 @@
#ifndef __ISP_UTILS_V4_WIN_WAVEFORMATEX_H #ifndef __ISP_UTILS_V4_WIN_WAVEFORMATEX_H
#define __ISP_UTILS_V4_WIN_WAVEFORMATEX_H #define __ISP_UTILS_V4_WIN_WAVEFORMATEX_H
#include "informational.h"
#include "guid.h" /* <- need windows_GUID definition below */ #include "guid.h" /* <- need windows_GUID definition below */
#if defined(_MSC_VER) #if defined(_MSC_VER)

View File

@ -19,9 +19,6 @@
#ifndef __VIDEOMGR_UTIL_AVI_H #ifndef __VIDEOMGR_UTIL_AVI_H
#define __VIDEOMGR_UTIL_AVI_H #define __VIDEOMGR_UTIL_AVI_H
#include <stdint.h>
#include "informational.h"
#include "wave_mmreg.h" #include "wave_mmreg.h"
#include "waveformatex.h" #include "waveformatex.h"
#include "bitmapinfoheader.h" #include "bitmapinfoheader.h"

View File

@ -16,9 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "rawint.h"
#include "avi_rw_iobuf.h" #include "avi_rw_iobuf.h"
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>

View File

@ -20,7 +20,6 @@
#define _CRT_NONSTDC_NO_DEPRECATE #define _CRT_NONSTDC_NO_DEPRECATE
#include "rawint.h" #include "rawint.h"
#include "avi.h"
#include "avi_writer.h" #include "avi_writer.h"
#include "avi_rw_iobuf.h" #include "avi_rw_iobuf.h"
#include <unistd.h> #include <unistd.h>