xfree86: ramdac: don't ifdef on HAVE_XORG_CONFIG_H

It's always present, so no need to ifdef on it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-13 12:38:53 +01:00
committed by Enrico Weigelt
parent 7f8eeb5471
commit 921215026f
3 changed files with 0 additions and 8 deletions

View File

@@ -1,9 +1,7 @@
#ifndef _XF86CURSORPRIV_H
#define _XF86CURSORPRIV_H
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86Cursor.h"
#include "mipointrst.h"

View File

@@ -1,7 +1,4 @@
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "dix/colormap_priv.h"
#include "dix/cursor_priv.h"

View File

@@ -1,7 +1,4 @@
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <string.h>
#include <X11/X.h>