diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-18 17:37:47 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-18 19:47:16 +0100 |
commit | fbf82f51b72a27b00c39ea37d4d359f09da4bf02 (patch) | |
tree | 035559bbae2df761c02c36f0874533f617ffb393 /libnm/nm-client.c | |
parent | 61f006caf47aaa184ff4d54a6280956acc1fbad9 (diff) | |
download | NetworkManager-th/libnm-core-split2.tar.gz |
build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,log-null,log-core}"th/libnm-core-split2
Diffstat (limited to 'libnm/nm-client.c')
-rw-r--r-- | libnm/nm-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c index a2d953cee0..83eb9b8de9 100644 --- a/libnm/nm-client.c +++ b/libnm/nm-client.c @@ -11,8 +11,8 @@ #include <libudev.h> #include "nm-std-aux/c-list-util.h" -#include "nm-glib-aux/nm-c-list.h" -#include "nm-glib-aux/nm-dbus-aux.h" +#include "libnm-glib-aux/nm-c-list.h" +#include "libnm-glib-aux/nm-dbus-aux.h" #include "libnm-core-aux-intern/nm-common-macros.h" #include "nm-access-point.h" |