diff options
author | Thomas Haller <thaller@redhat.com> | 2021-01-10 09:55:06 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-01-14 10:31:15 +0100 |
commit | 3eaaf2d91ec2e2e96e05c1a789181d87e08d053a (patch) | |
tree | 022ab3a6e622d18cf17dd5fbf565d5f13649f587 /src/platform/nm-linux-platform.c | |
parent | 884f56604794a26c20cdbaab0facf2ce3626b3ec (diff) | |
download | NetworkManager-th/shared-nm-platform.tar.gz |
platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryth/shared-nm-platform
By now it has no further dependencies on libnm-core or NetworkManager core.
Make it part of "shared/nm-platform" library.
Diffstat (limited to 'src/platform/nm-linux-platform.c')
-rw-r--r-- | src/platform/nm-linux-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c index e21c31e0a6..3d992704eb 100644 --- a/src/platform/nm-linux-platform.c +++ b/src/platform/nm-linux-platform.c @@ -44,7 +44,7 @@ #include "nm-core-utils.h" #include "nmp-object.h" #include "nm-platform/nmp-netns.h" -#include "nm-platform-utils.h" +#include "nm-platform/nm-platform-utils.h" #include "nm-platform-private.h" #include "wifi/nm-wifi-utils.h" #include "wifi/nm-wifi-utils-wext.h" |