From 3783190da9aaa5ddd23aad6060469fd3f3ebece9 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Thu, 18 Jan 2024 18:36:39 +0100 Subject: Remove superfluous and unguarded config.h include config.h is correctly included behind a HAVE_CONFIG_H guard earlier in the file, so this isn't needed. Signed-off-by: Robin Linden --- src/xcursorint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xcursorint.h b/src/xcursorint.h index 121fb29..ebc8ee6 100644 --- a/src/xcursorint.h +++ b/src/xcursorint.h @@ -36,7 +36,6 @@ #endif #include "Xcursor.h" -#include "config.h" #include #ifdef O_CLOEXEC -- cgit v1.2.3