dix: don't include dix-config.h from randrstr.h

This header needs to be included in all sources at the very top anyways,
so no need to do it in other headers, too.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-07-04 16:36:41 +02:00 committed by Enrico Weigelt
parent 3fd14fdb12
commit 86b392979e
2 changed files with 0 additions and 7 deletions

View File

@ -19,9 +19,7 @@ cat > "$OUTPUT" << __END__
* Do not change! Changing this file implies a protocol change!
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h>
#include <X11/Xatom.h>

View File

@ -25,11 +25,6 @@
* Author: Jim Gettys, Hewlett-Packard Company, Inc.
* Keith Packard, Intel Corporation
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _RANDRSTR_H_
#define _RANDRSTR_H_