summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-15 09:23:31 +0200
committerThomas Haller <thaller@redhat.com>2019-04-18 20:03:54 +0200
commit87f7e6844d2eae7f82511bf9c05a474c8adbb718 (patch)
tree29f8eefe5f951a53077a2186bcf4738e78273ba9 /src/nm-manager.c
parentd984b2ce4a119428c2003120ea306198ba068df2 (diff)
downloadNetworkManager-87f7e6844d2eae7f82511bf9c05a474c8adbb718.tar.gz
shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"
(cherry picked from commit 81833358786b0fdd0668ef92b0bdc1361fa980b3)
Diffstat (limited to 'src/nm-manager.c')
-rw-r--r--src/nm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-manager.c b/src/nm-manager.c
index 61525e204e..51065545f7 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
@@ -54,7 +54,7 @@
#include "nm-core-internal.h"
#include "nm-config.h"
#include "nm-audit-manager.h"
-#include "nm-dbus-compat.h"
+#include "nm-std-aux/nm-dbus-compat.h"
#include "nm-checkpoint.h"
#include "nm-checkpoint-manager.h"
#include "nm-dbus-object.h"