From: pjrm Date: Sat, 5 Jul 2008 12:03:18 +0000 (+0000) Subject: removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fa9902e35ca84044f9c9a0bbfaac9ff6076396af;p=inkscape.git 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.) --- 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