Removed silly Linux-specific includes.

This commit is contained in:
Marcus Sundberg 2000-05-14 18:06:53 +00:00
parent 597a695630
commit 37f9a98d7d

View file

@ -1,5 +1,5 @@
/* /*
gl_vidlinuxglx.c vid_glx.c
(description) (description)
@ -26,10 +26,6 @@
$Id$ $Id$
*/ */
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/vt.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>