From 70e5d8e5bd3ec2590a5035554f71b48846961ad9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 24 Jun 2021 11:48:38 +0200 Subject: [PATCH] all: don't explicitly include We get it now always by "nm-macros-internal.h". --- src/core/devices/bluetooth/tests/nm-bt-test.c | 2 -- src/core/main-utils.c | 1 - src/core/nm-connectivity.c | 1 - src/core/nm-iface-helper.c | 1 - src/libnm-glib-aux/nm-shared-utils.c | 1 - src/nm-dispatcher/nm-dispatcher.c | 1 - src/nmcli/nmcli.c | 1 - 7 files changed, 8 deletions(-) diff --git a/src/core/devices/bluetooth/tests/nm-bt-test.c b/src/core/devices/bluetooth/tests/nm-bt-test.c index 0fc8aa872c..548e7249a9 100644 --- a/src/core/devices/bluetooth/tests/nm-bt-test.c +++ b/src/core/devices/bluetooth/tests/nm-bt-test.c @@ -2,8 +2,6 @@ #include "src/core/nm-default-daemon.h" -#include - #include "devices/bluetooth/nm-bluez5-dun.h" #include "nm-test-utils-core.h" diff --git a/src/core/main-utils.c b/src/core/main-utils.c index 9bc497ca46..48f143c3a8 100644 --- a/src/core/main-utils.c +++ b/src/core/main-utils.c @@ -14,7 +14,6 @@ #include #include -#include #include "main-utils.h" #include "NetworkManagerUtils.h" diff --git a/src/core/nm-connectivity.c b/src/core/nm-connectivity.c index 85d41b4919..220252e987 100644 --- a/src/core/nm-connectivity.c +++ b/src/core/nm-connectivity.c @@ -13,7 +13,6 @@ #include #endif #include -#include #include "c-list/src/c-list.h" #include "libnm-core-intern/nm-core-internal.h" diff --git a/src/core/nm-iface-helper.c b/src/core/nm-iface-helper.c index 296bf091ee..fedb480e3d 100644 --- a/src/core/nm-iface-helper.c +++ b/src/core/nm-iface-helper.c @@ -5,7 +5,6 @@ #include "src/core/nm-default-daemon.h" -#include #include #include #include diff --git a/src/libnm-glib-aux/nm-shared-utils.c b/src/libnm-glib-aux/nm-shared-utils.c index e42e0fe590..908f6bec8e 100644 --- a/src/libnm-glib-aux/nm-shared-utils.c +++ b/src/libnm-glib-aux/nm-shared-utils.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include diff --git a/src/nm-dispatcher/nm-dispatcher.c b/src/nm-dispatcher/nm-dispatcher.c index 5df329592d..6751a2cb0b 100644 --- a/src/nm-dispatcher/nm-dispatcher.c +++ b/src/nm-dispatcher/nm-dispatcher.c @@ -16,7 +16,6 @@ #include #include #include -#include #include "libnm-core-aux-extern/nm-dispatcher-api.h" #include "nm-dispatcher-utils.h" diff --git a/src/nmcli/nmcli.c b/src/nmcli/nmcli.c index e592e05482..c8f9fb5641 100644 --- a/src/nmcli/nmcli.c +++ b/src/nmcli/nmcli.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include