summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap.h')
-rw-r--r--src/removeoverlap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap.h b/src/removeoverlap.h
index 5b16e706b..1ba41572a 100644
--- a/src/removeoverlap.h
+++ b/src/removeoverlap.h
@@ -13,7 +13,7 @@
#ifndef SEEN_REMOVEOVERLAP_H
#define SEEN_REMOVEOVERLAP_H
-#include <glib/gslist.h>
+#include <glib.h>
void removeoverlap(GSList const *items, double xGap, double yGap);