summaryrefslogtreecommitdiff
path: root/clients/cli/connections.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-01 12:42:48 +0100
committerThomas Haller <thaller@redhat.com>2021-03-02 08:38:25 +0100
commit54976f23cd95d11e0f6a39d628458d8ba6308876 (patch)
tree7f0e98f8141c6a164c6b9f7dbf4fa819be2807b4 /clients/cli/connections.c
parent044da26bb71ff5ee1dabb28020abf5f418ff1a3b (diff)
downloadNetworkManager-54976f23cd95d11e0f6a39d628458d8ba6308876.tar.gz
build: move "clients/common/" to "src/libnmc-{base,setting}/"
Diffstat (limited to 'clients/cli/connections.c')
-rw-r--r--clients/cli/connections.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/cli/connections.c b/clients/cli/connections.c
index 97c50f5ba7..74a5b6e260 100644
--- a/clients/cli/connections.c
+++ b/clients/cli/connections.c
@@ -15,10 +15,10 @@
#include <readline/history.h>
#include <fcntl.h>
-#include "nm-client-utils.h"
-#include "nm-vpn-helpers.h"
-#include "nm-meta-setting-access.h"
-#include "nm-secret-agent-simple.h"
+#include "libnmc-base/nm-client-utils.h"
+#include "libnmc-base/nm-vpn-helpers.h"
+#include "libnmc-setting/nm-meta-setting-access.h"
+#include "libnmc-base/nm-secret-agent-simple.h"
#include "utils.h"
#include "common.h"