summaryrefslogtreecommitdiff
path: root/src/nm-session-monitor.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-24 15:45:46 +0200
committerThomas Haller <thaller@redhat.com>2015-07-24 18:07:16 +0200
commit8bca864111a248ac4965f4f5887580c9829624da (patch)
tree0d55606a975748574d16f52de327d62f92ab9258 /src/nm-session-monitor.c
parent981817e99829391164774ecdf40ac2ee05fd71b7 (diff)
downloadNetworkManager-8bca864111a248ac4965f4f5887580c9829624da.tar.gz
core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.h
NM_DEFINE_SINGLETON is used only by core and makes use of nm-logging. It does not belong to "include/nm-macros-internal.h". Move it to "src/".
Diffstat (limited to 'src/nm-session-monitor.c')
-rw-r--r--src/nm-session-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-session-monitor.c b/src/nm-session-monitor.c
index 80d0bcc456..84436d08b9 100644
--- a/src/nm-session-monitor.c
+++ b/src/nm-session-monitor.c
@@ -30,6 +30,7 @@
#include "nm-glib-compat.h"
#include "nm-session-monitor.h"
#include "nm-logging.h"
+#include "NetworkManagerUtils.h"
#ifdef SESSION_TRACKING_SYSTEMD
#include <systemd/sd-login.h>