From fa9902e35ca84044f9c9a0bbfaac9ff6076396af Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:03:18 +0000 Subject: [PATCH] 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.) --- src/removeoverlap/removeoverlap.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2