mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 18:01:13 +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
|
#ifdef HAVE_VIDMODE
|
||||||
# include <X11/extensions/xf86vmode.h>
|
# include <X11/extensions/xf86vmode.h>
|
||||||
# ifdef DGA_OLD_HEADERS
|
|
||||||
# include <X11/extensions/xf86vmstr.h>
|
|
||||||
# else
|
|
||||||
# include <X11/extensions/xf86vmproto.h>
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "QF/cmd.h"
|
#include "QF/cmd.h"
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
||||||
#ifdef HAVE_DGA
|
#ifdef HAVE_DGA
|
||||||
# include <X11/extensions/XShm.h>
|
|
||||||
# ifdef DGA_OLD_HEADERS
|
# ifdef DGA_OLD_HEADERS
|
||||||
# include <X11/extensions/xf86dga.h>
|
# include <X11/extensions/xf86dga.h>
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in a new issue