composite: drop unnecessary check for HAVE_DIX_CONFIG_H

The symbol is always defined, 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-08 19:42:09 +02:00
parent 15dfccdada
commit 673f527844

View File

@@ -40,14 +40,11 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _COMPINT_H_
#define _COMPINT_H_
#include <dix-config.h>
#include "dix/screen_hooks_priv.h"
#include "misc.h"