summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2024-01-18 18:36:39 +0100
committerRobin Linden <dev@robinlinden.eu>2024-01-18 18:38:13 +0100
commit3783190da9aaa5ddd23aad6060469fd3f3ebece9 (patch)
treefa8b6a3a14c26dec3e175ab46988beb83875dced
parent5e0f8347cebef2b3a9f5d75ca254aabaa0bca259 (diff)
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 <dev@robinlinden.eu>
-rw-r--r--src/xcursorint.h1
1 files changed, 0 insertions, 1 deletions
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 <fcntl.h>
#ifdef O_CLOEXEC