mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Clean up unnecessary includes of signal.h
This commit is contained in:
parent
9986b57a77
commit
d0c8d75e92
2 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -50,10 +50,6 @@
|
|||
# include <sys/fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <signal.h>
|
||||
#endif
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL_main.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue