summaryrefslogtreecommitdiff
path: root/src/core/tests
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-06 15:17:05 +0200
committerThomas Haller <thaller@redhat.com>2021-08-24 10:19:39 +0200
commita5a62a80fc6943379872e45386117a520aacbf4c (patch)
treeec6fd43821cfccd10eb76c4dc0331f56c85ab750 /src/core/tests
parent1a3a229bc86e7581494ef541f4d08799a0464406 (diff)
downloadNetworkManager-next2.tar.gz
core: use NML3ConfigData (WIP)next2
Diffstat (limited to 'src/core/tests')
-rw-r--r--src/core/tests/test-ip4-config.c1
-rw-r--r--src/core/tests/test-ip6-config.c2
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"