Hi Gustavo, On Fri, Jun 4, 2010 at 1:16 PM, Gustavo F. Padovan <gustavo@xxxxxxxxxxx> wrote: > --- > src/log.h | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/log.h b/src/log.h > index 235430e..7a5942c 100644 > --- a/src/log.h > +++ b/src/log.h > @@ -21,8 +21,8 @@ > * > */ > > -#ifndef __LOGGING_H > -#define __LOGGING_H > +#ifndef __LOG_H > +#define __LOG_H > > extern int debug_enabled; > > @@ -61,4 +61,4 @@ struct btd_debug_desc { > __FILE__, __FUNCTION__ , ## arg); \ > } while (0) > > -#endif /* __LOGGING_H */ > +#endif /* __LOG_H */ I remember Marcel being against this since it hides real dependency circle. -- Luiz Augusto von Dentz Computer Engineer -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html