summaryrefslogtreecommitdiff
path: root/src/platform/nm-linux-platform.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-01-10 09:55:06 +0100
committerThomas Haller <thaller@redhat.com>2021-01-15 11:32:53 +0100
commit9901aeef2c911eca64072857ee360ce6c7ad60fd (patch)
tree13329c5b063538d9f572c22ddd5fc8b52a4c0322 /src/platform/nm-linux-platform.c
parentc0bc296a5133b583f313c12e3c553de6cee6f853 (diff)
downloadNetworkManager-9901aeef2c911eca64072857ee360ce6c7ad60fd.tar.gz
platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" library
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.c2
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"