Code

removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don...
authorpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:03:18 +0000 (12:03 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:03:18 +0000 (12:03 +0000)
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