drop not needed includes of geext.h
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1810>
This commit is contained in:
parent
a955b83848
commit
1fc9a26afd
|
@ -48,7 +48,6 @@
|
|||
#include "scrnintstr.h" /* screen structure */
|
||||
#include "extnsionst.h"
|
||||
#include "exglobals.h"
|
||||
#include "geext.h"
|
||||
#include "misc.h"
|
||||
#include "xace.h"
|
||||
#include "xiquerydevice.h" /* for GetDeviceUse */
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "include/gc.h"
|
||||
#include "include/input.h"
|
||||
#include "include/window.h"
|
||||
#include "Xext/geext.h"
|
||||
|
||||
/* server setting: maximum size for big requests */
|
||||
#define MAX_BIG_REQUEST_SIZE 4194303
|
||||
|
|
|
@ -148,7 +148,6 @@ Equipment Corporation.
|
|||
#include "extnsionst.h"
|
||||
#include "dixevents.h"
|
||||
#include "dispatch.h"
|
||||
#include "geext.h"
|
||||
#include "dixstruct_priv.h"
|
||||
#include "eventstr.h"
|
||||
#include "enterleave.h"
|
||||
|
|
|
@ -52,7 +52,6 @@ SOFTWARE.
|
|||
#include "window.h"
|
||||
#include "input.h"
|
||||
#include "cursor.h"
|
||||
#include "geext.h"
|
||||
#include "events.h"
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@ SOFTWARE.
|
|||
#include "window.h"
|
||||
#include "dixstruct.h"
|
||||
#include "cursorstr.h"
|
||||
#include "geext.h"
|
||||
#include "privates.h"
|
||||
|
||||
extern _X_EXPORT void AssignTypeAndName(DeviceIntPtr dev,
|
||||
|
|
Loading…
Reference in New Issue