From 419091de20d86aa1ddff695a74876072b4ea9ab6 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:03:18 +0000 Subject: removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6181) --- src/removeoverlap/removeoverlap.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/removeoverlap') diff --git a/src/removeoverlap/removeoverlap.h b/src/removeoverlap/removeoverlap.h index 2fb26e794..5b16e706b 100644 --- a/src/removeoverlap/removeoverlap.h +++ b/src/removeoverlap/removeoverlap.h @@ -1,6 +1,7 @@ -/** +/** \file * \brief Remove overlaps function - * + */ +/* * Authors: * Tim Dwyer * @@ -12,6 +13,8 @@ #ifndef SEEN_REMOVEOVERLAP_H #define SEEN_REMOVEOVERLAP_H +#include + void removeoverlap(GSList const *items, double xGap, double yGap); #endif // SEEN_REMOVEOVERLAP_H -- cgit v1.2.3