os: log: drop unncessary HAVE_DIX_CONFIG

It's always defined and dix-config.h is always present, so need for the
extra check.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1680>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-09-09 16:38:12 +02:00 committed by Marge Bot
parent 2a959a27df
commit 79ad940021

View File

@ -75,9 +75,7 @@ OR PERFORMANCE OF THIS SOFTWARE.
* authorization from the copyright holder(s) and author(s). * authorization from the copyright holder(s) and author(s).
*/ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h> #include <dix-config.h>
#endif
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>