Clean up unnecessary includes of signal.h

This commit is contained in:
Bill Currie 2020-03-23 16:18:08 +09:00
parent 9986b57a77
commit d0c8d75e92
2 changed files with 0 additions and 7 deletions

View File

@ -43,9 +43,6 @@
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SIGNAL_H
# include <signal.h>
#endif
#include <errno.h>
#include <fcntl.h>

View File

@ -50,10 +50,6 @@
# include <sys/fcntl.h>
#endif
#ifndef _WIN32
# include <signal.h>
#endif
#include <SDL.h>
#include <SDL_main.h>