From 32d3a3f7ef661eabb24fa39bc2f4a3e845898920 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 24 Nov 2019 10:30:10 +0100 Subject: [PATCH] shared: cleanup include guard for nm-logging-fwd.h --- shared/meson.build | 2 +- shared/nm-glib-aux/nm-logging-fwd.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/meson.build b/shared/meson.build index 6548746a95..5f96d49dc6 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -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 = [ diff --git a/shared/nm-glib-aux/nm-logging-fwd.h b/shared/nm-glib-aux/nm-logging-fwd.h index ba7729a148..a5783a6ff1 100644 --- a/shared/nm-glib-aux/nm-logging-fwd.h +++ b/shared/nm-glib-aux/nm-logging-fwd.h @@ -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__ */