Hi Inaky, > src/smsutil.h | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/src/smsutil.h b/src/smsutil.h > index 66ef6f8..baa3eca 100644 > --- a/src/smsutil.h > +++ b/src/smsutil.h > @@ -18,6 +18,14 @@ > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 > USA > * > */ > +#ifndef __smsutil_h__ > +#define __smsutil_h__
for internal headers I don't want the circular inclusion protection. It buys us nothing. And leaving it out will warn us when we do circular inclusion. That is a clear indication that something is a bit too complicated if it is needed. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
