mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
glx: drop obsolete glxbyteorder.h
It's just a local header, doing nothing more than including misc.h, so we can just include misc.h directly and drop glxbyteorder.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1728>
This commit is contained in:
committed by
Marge Bot
parent
e8784b7d89
commit
2d8af9cc5e
@@ -27,11 +27,11 @@
|
||||
#include "glxserver.h"
|
||||
#include "glxutil.h"
|
||||
#include "glxext.h"
|
||||
#include "misc.h"
|
||||
#include "singlesize.h"
|
||||
#include "unpack.h"
|
||||
#include "indirect_size_get.h"
|
||||
#include "indirect_dispatch.h"
|
||||
#include "glxbyteorder.h"
|
||||
|
||||
static int DoSwapInterval(__GLXclientState * cl, GLbyte * pc, int do_swap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user