xfree86: loader: drop ifdef HAVE_XORG_CONFIG_H

Not really needed, because <xorg-config.h> is always present anyways.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-29 18:02:49 +01:00
committed by Enrico Weigelt
parent f5eb6b6c57
commit 8ffab59ad2

View File

@@ -45,10 +45,7 @@
* the sale, use or other dealings in this Software without prior written
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <string.h>
#include "os.h"