mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Removed silly Linux-specific includes.
This commit is contained in:
parent
597a695630
commit
37f9a98d7d
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
gl_vidlinuxglx.c
|
||||
vid_glx.c
|
||||
|
||||
(description)
|
||||
|
||||
|
@ -26,10 +26,6 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/vt.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in a new issue