shared: cleanup include guard for nm-logging-fwd.h

This commit is contained in:
Thomas Haller 2019-11-24 10:30:10 +01:00
parent 41d81e6893
commit 32d3a3f7ef
2 changed files with 4 additions and 4 deletions

View file

@ -142,7 +142,7 @@ sources = files(
'nm-glib-aux/nm-ref-string.c',
'nm-glib-aux/nm-secret-utils.c',
'nm-glib-aux/nm-shared-utils.c',
'nm-glib-aux/nm-time-utils.c'
'nm-glib-aux/nm-time-utils.c',
)
c_flags = [

View file

@ -4,8 +4,8 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#ifndef __NM_LOGGING_DEFINES_H__
#define __NM_LOGGING_DEFINES_H__
#ifndef __NM_LOGGING_FWD_H__
#define __NM_LOGGING_FWD_H__
/* Log domains */
@ -245,4 +245,4 @@ extern void _nm_utils_monotonic_timestamp_initialized (const struct timespec *tp
/*****************************************************************************/
#endif /* __NM_LOGGING_DEFINES_H__ */
#endif /* __NM_LOGGING_FWD_H__ */