GioLister: Remove undef signals

This commit is contained in:
Jonas Kvinge
2024-08-12 01:09:33 +02:00
parent 38eb86bdee
commit 0f76482916

View File

@@ -24,11 +24,6 @@
#include "config.h"
// Work around compile issue with glib >= 2.25
#ifdef signals
# undef signals
#endif
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>