summaryrefslogtreecommitdiff
path: root/src/nm-auth-manager.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-06 16:40:23 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-18 15:22:14 +0200
commit19876b4cfed86f79c43ba8d6e57f6383deb43e6f (patch)
tree51ca260657ff7f12853c50be7f2f679874b70ade /src/nm-auth-manager.c
parent5f8737bdd53355609e5d35267c7800618b167606 (diff)
downloadNetworkManager-19876b4cfed86f79c43ba8d6e57f6383deb43e6f.tar.gz
shared: drop duplicate c-list.h header
Use the one from the project just imported.
Diffstat (limited to 'src/nm-auth-manager.c')
-rw-r--r--src/nm-auth-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-auth-manager.c b/src/nm-auth-manager.c
index 411f92263b..ca1a2f18f5 100644
--- a/src/nm-auth-manager.c
+++ b/src/nm-auth-manager.c
@@ -22,7 +22,7 @@
#include "nm-auth-manager.h"
-#include "nm-utils/c-list.h"
+#include "c-list/src/c-list.h"
#include "nm-errors.h"
#include "nm-core-internal.h"
#include "NetworkManagerUtils.h"