Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / removeoverlap / removeoverlap.h
index 2fb26e79451d5ecea322a64456bc1285ebaaed37..5b16e706bb54b8214171364276fcb0ea04e0ed64 100644 (file)
@@ -1,6 +1,7 @@
-/**
+/** \file
  * \brief Remove overlaps function
- *
+ */
+/*
  * Authors:
  *   Tim Dwyer <tgdwyer@gmail.com>
  *
@@ -12,6 +13,8 @@
 #ifndef SEEN_REMOVEOVERLAP_H
 #define SEEN_REMOVEOVERLAP_H
 
+#include <glib/gslist.h>
+
 void removeoverlap(GSList const *items, double xGap, double yGap);
 
 #endif // SEEN_REMOVEOVERLAP_H