mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Remove unneeded includes
This commit is contained in:
parent
0cac7f216e
commit
cf86151a3f
@ -4,7 +4,6 @@
|
||||
#include "video.h"
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_video.h"
|
||||
|
||||
#ifdef __WIN32__
|
||||
#include "SDL_syswm.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef DOSBOX_SUPPORT_H
|
||||
#define DOSBOX_SUPPORT_H
|
||||
|
||||
#include <ctype.h>
|
||||
#ifndef DOSBOX_DOSBOX_H
|
||||
#include "dosbox.h"
|
||||
#endif
|
||||
|
@ -20,9 +20,6 @@
|
||||
#ifndef DOSBOX_VGA_H
|
||||
#define DOSBOX_VGA_H
|
||||
|
||||
#ifndef DOSBOX_DOSBOX_H
|
||||
#include "dosbox.h"
|
||||
#endif
|
||||
#include "pic.h"
|
||||
|
||||
#include <math.h> /* for fabs */
|
||||
|
@ -2,7 +2,6 @@
|
||||
#ifndef __ISP_UTILS_V4_WIN_WAVEFORMATEX_H
|
||||
#define __ISP_UTILS_V4_WIN_WAVEFORMATEX_H
|
||||
|
||||
#include "informational.h"
|
||||
#include "guid.h" /* <- need windows_GUID definition below */
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
@ -19,9 +19,6 @@
|
||||
#ifndef __VIDEOMGR_UTIL_AVI_H
|
||||
#define __VIDEOMGR_UTIL_AVI_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "informational.h"
|
||||
#include "wave_mmreg.h"
|
||||
#include "waveformatex.h"
|
||||
#include "bitmapinfoheader.h"
|
||||
|
@ -16,9 +16,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "rawint.h"
|
||||
#include "avi_rw_iobuf.h"
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||
|
||||
#include "rawint.h"
|
||||
#include "avi.h"
|
||||
#include "avi_writer.h"
|
||||
#include "avi_rw_iobuf.h"
|
||||
#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user