From f949ddea88b6da55d5f7c881f8ef35598c5e9ef3 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 29 Jan 2026 18:02:22 +0100 Subject: [PATCH] xfree86: i2c: drop ifdef HAVE_XORG_CONFIG_H Not really needed, because is always present anyways. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/i2c/xf86i2c.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/i2c/xf86i2c.c b/hw/xfree86/i2c/xf86i2c.c index 1668278bed..23fb12e619 100644 --- a/hw/xfree86/i2c/xf86i2c.c +++ b/hw/xfree86/i2c/xf86i2c.c @@ -5,10 +5,7 @@ * the I2C driver from the Linux kernel. * (c) 1998 Gerd Knorr */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include