mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-22 05:40:35 +01:00
shared: cleanup include guard for nm-logging-fwd.h
This commit is contained in:
parent
41d81e6893
commit
32d3a3f7ef
2 changed files with 4 additions and 4 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue