diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-22 20:32:14 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-11-01 16:50:48 +0100 |
commit | f57d46930fee1b5106907d5685488809eff39634 (patch) | |
tree | 0550c8bee9702206704d332812f321878dae948c /src/dhcp/nm-dhcp-dhclient-utils.c | |
parent | 0829dbcd3d2ac1a194a30f933db8865ca622bfa5 (diff) | |
download | NetworkManager-th/l3cfg-16.tar.gz |
core: use NML3ConfigData (WIP)th/l3cfg-16
Diffstat (limited to 'src/dhcp/nm-dhcp-dhclient-utils.c')
-rw-r--r-- | src/dhcp/nm-dhcp-dhclient-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dhcp/nm-dhcp-dhclient-utils.c b/src/dhcp/nm-dhcp-dhclient-utils.c index f0eed6f513..76e2111dfc 100644 --- a/src/dhcp/nm-dhcp-dhclient-utils.c +++ b/src/dhcp/nm-dhcp-dhclient-utils.c @@ -14,7 +14,6 @@ #include "nm-glib-aux/nm-dedup-multi.h" #include "nm-dhcp-utils.h" -#include "nm-ip4-config.h" #include "nm-utils.h" #include "platform/nm-platform.h" #include "NetworkManagerUtils.h" |