ramdr: drop using HAVE_DIX_CONFIG_H

This symbol is always defined, and the header is always present,
so no need to check for it.

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:55:25 +02:00
parent e5e2256c7e
commit f13b2eeb18

View File

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