diff options
author | Thomas Haller <thaller@redhat.com> | 2021-08-06 15:17:05 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-08-24 10:19:39 +0200 |
commit | a5a62a80fc6943379872e45386117a520aacbf4c (patch) | |
tree | ec6fd43821cfccd10eb76c4dc0331f56c85ab750 /src/core/tests | |
parent | 1a3a229bc86e7581494ef541f4d08799a0464406 (diff) | |
download | NetworkManager-next2.tar.gz |
core: use NML3ConfigData (WIP)next2
Diffstat (limited to 'src/core/tests')
-rw-r--r-- | src/core/tests/test-ip4-config.c | 1 | ||||
-rw-r--r-- | src/core/tests/test-ip6-config.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/tests/test-ip4-config.c b/src/core/tests/test-ip4-config.c index 3a095d4ad9..1b38bb2f31 100644 --- a/src/core/tests/test-ip4-config.c +++ b/src/core/tests/test-ip4-config.c @@ -7,7 +7,6 @@ #include <arpa/inet.h> -#include "nm-ip4-config.h" #include "libnm-platform/nm-platform.h" #include "nm-test-utils-core.h" diff --git a/src/core/tests/test-ip6-config.c b/src/core/tests/test-ip6-config.c index ddf4c789c8..5982726f9f 100644 --- a/src/core/tests/test-ip6-config.c +++ b/src/core/tests/test-ip6-config.c @@ -8,8 +8,6 @@ #include <arpa/inet.h> #include <linux/if_addr.h> -#include "nm-ip6-config.h" - #include "libnm-platform/nm-platform.h" #include "nm-test-utils-core.h" |