Xi: clean up including panoramix headers

* use their actual path instead of relying this to be in compiler's
  include path list.
* no need to do it only conditionally, no #ifdef needed

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-25 14:16:48 +01:00
parent 535a110c60
commit b40bd07adb

View File

@ -41,6 +41,7 @@
#include "dix/exevents_priv.h"
#include "dix/input_priv.h"
#include "os/fmt.h"
#include "Xext/panoramiXsrv.h"
#include "inputstr.h" /* DeviceIntPtr */
#include "windowstr.h" /* window structure */
@ -49,10 +50,6 @@
#include "scrnintstr.h"
#include "xkbsrv.h"
#ifdef XINERAMA
#include "panoramiXsrv.h"
#endif /* XINERAMA */
#include "inpututils.h"
#include "xiquerypointer.h"