Xext: geext.h: don't include <dix-config.h>
Really no need to ever include it from here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1811>
This commit is contained in:
parent
a7600ac884
commit
20d4c40df4
|
@ -25,11 +25,6 @@ other dealings in this Software without prior written authorization
|
|||
from the author.
|
||||
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GEEXT_H_
|
||||
#define _GEEXT_H_
|
||||
#include <X11/extensions/geproto.h>
|
||||
|
|
Loading…
Reference in New Issue