[SMS D-Bus 03/23] smutil.h: add missing header file dependencies
Marcel Holtmann
marcel at holtmann.org
Fri Jun 25 16:48:29 PDT 2010
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
More information about the ofono
mailing list