xfree86: i2c: 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:22 +01:00
committed by Enrico Weigelt
parent 2f2ecad0b5
commit f949ddea88

View File

@@ -5,10 +5,7 @@
* the I2C driver from the Linux kernel.
* (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <sys/time.h>
#include <string.h>