summaryrefslogtreecommitdiff
path: root/src/nm-firewall-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-firewall-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-firewall-manager.c')
-rw-r--r--src/nm-firewall-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-firewall-manager.c b/src/nm-firewall-manager.c
index 216d5fc81c..134a46f7ec 100644
--- a/src/nm-firewall-manager.c
+++ b/src/nm-firewall-manager.c
@@ -25,7 +25,7 @@
#include <string.h>
#include "NetworkManagerUtils.h"
-#include "nm-utils/c-list.h"
+#include "c-list/src/c-list.h"
/*****************************************************************************/