xfree86: vgahw: don't ifdef on HAVE_XORG_CONFIG_H anymore

it's always present, so no need to check for 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:51:28 +01:00
committed by Enrico Weigelt
parent fabb551d88
commit 528c7a95bd
2 changed files with 0 additions and 5 deletions

View File

@@ -7,9 +7,7 @@
* Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
*
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <stdlib.h>
#include <string.h>

View File

@@ -1,10 +1,7 @@
/*
* Copyright 1998 by The XFree86 Project, Inc
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86Module.h"