summaryrefslogtreecommitdiff
path: root/src/udev/udev-ctrl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-04 13:41:37 +0100
committerGitHub <noreply@github.com>2019-11-04 13:41:37 +0100
commita859abf062cef1511e4879c4ee39c6036ebeaec8 (patch)
treefca2f528a1cc0293ba28e478be7e87cecbdf354d /src/udev/udev-ctrl.c
parentf9f1d01cbd19d5396656e8a4caaaa4ab59d464fc (diff)
parent146ca45902d7089c79bdf252d1590a1f15238162 (diff)
downloadsystemd-a859abf062cef1511e4879c4ee39c6036ebeaec8.tar.gz
Merge pull request #13906 from yuwata/drop-missing-take2
tree-wide: drop xxx.h when xxx-util.h is included
Diffstat (limited to 'src/udev/udev-ctrl.c')
-rw-r--r--src/udev/udev-ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udev-ctrl.c b/src/udev/udev-ctrl.c
index f1befc7304..b8c0d83a02 100644
--- a/src/udev/udev-ctrl.c
+++ b/src/udev/udev-ctrl.c
@@ -13,7 +13,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>