mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
[x11] Clean out some unnecessary includes
This commit is contained in:
parent
8988008ad6
commit
fe2dd013be
2 changed files with 0 additions and 6 deletions
|
@ -55,11 +55,6 @@
|
|||
|
||||
#ifdef HAVE_VIDMODE
|
||||
# include <X11/extensions/xf86vmode.h>
|
||||
# ifdef DGA_OLD_HEADERS
|
||||
# include <X11/extensions/xf86vmstr.h>
|
||||
# else
|
||||
# include <X11/extensions/xf86vmproto.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "QF/cmd.h"
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
#include <X11/Xatom.h>
|
||||
|
||||
#ifdef HAVE_DGA
|
||||
# include <X11/extensions/XShm.h>
|
||||
# ifdef DGA_OLD_HEADERS
|
||||
# include <X11/extensions/xf86dga.h>
|
||||
# else
|
||||
|
|
Loading…
Reference in a new issue