summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-04-15 21:19:56 +0200
committerThomas Haller <thaller@redhat.com>2021-04-20 17:25:21 +0200
commit5e77c67e0f77cf32675a6bcf4f99309c802bda0a (patch)
treebf1b398dd8f3139a82081fa39f7e9a9641497eda
parentd1457410fd21e680472a9eab303cb1e0d27d4f84 (diff)
downloadNetworkManager-5e77c67e0f77cf32675a6bcf4f99309c802bda0a.tar.gz
core: cleanup #include of "nm-dnsmasq-utils.c"
-rw-r--r--src/core/dnsmasq/nm-dnsmasq-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/dnsmasq/nm-dnsmasq-utils.c b/src/core/dnsmasq/nm-dnsmasq-utils.c
index 86e18b5640..c2791b9e6c 100644
--- a/src/core/dnsmasq/nm-dnsmasq-utils.c
+++ b/src/core/dnsmasq/nm-dnsmasq-utils.c
@@ -5,9 +5,10 @@
#include "src/core/nm-default-daemon.h"
+#include "nm-dnsmasq-utils.h"
+
#include <arpa/inet.h>
-#include "nm-dnsmasq-utils.h"
#include "libnm-platform/nm-platform.h"
#include "nm-utils.h"