dix: 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:08:51 +01:00
parent 21d040a439
commit 9e4e6cf309
6 changed files with 11 additions and 21 deletions

View File

@@ -99,6 +99,7 @@ Equipment Corporation.
#include "os/ddx_priv.h"
#include "os/osdep.h"
#include "os/screensaver.h"
#include "Xext/panoramiXsrv.h"
#include "scrnintstr.h"
#include "misc.h"
@@ -115,10 +116,6 @@ Equipment Corporation.
#include "extnsionst.h"
#include "privates.h"
#include "exevents.h"
#ifdef XINERAMA
#include "panoramiXsrv.h"
#else
#endif /* XINERAMA */
#ifdef DPMSExtension
#include <X11/extensions/dpmsconst.h>