From 3ac32208f6c8ad5a68cae8984f3bd61f353055ee Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 9 Jul 2024 17:14:24 +0200 Subject: [PATCH] (!1601) Xext: xres: sort includes Bring #include's into some logical order. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xres.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Xext/xres.c b/Xext/xres.c index 85bc52644..eb4bdfacd 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -6,11 +6,12 @@ #include #endif +#include #include #include #include #include -#include +#include #include "dix/registry_priv.h" @@ -19,7 +20,6 @@ #include "dixstruct.h" #include "extnsionst.h" #include "swaprep.h" -#include #include "pixmapstr.h" #include "windowstr.h" #include "gcstruct.h" @@ -28,7 +28,6 @@ #include "client.h" #include "list.h" #include "misc.h" -#include #include "hashtable.h" #include "picturestr.h"