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>
This commit is contained in:
Robin Linden 2024-01-18 18:36:39 +01:00
parent 5e0f8347ce
commit 3783190da9

View file

@ -36,7 +36,6 @@
#endif
#include "Xcursor.h"
#include "config.h"
#include <fcntl.h>
#ifdef O_CLOEXEC