summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-daemon/sd-daemon.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 17:44:54 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit455fa9610cba06af4cb9d8c8a2121b552c4d2229 (patch)
tree1fccb2e1b8133ea4d4d018a7269cdd5465a11f59 /src/libsystemd/sd-daemon/sd-daemon.c
parentf4dad55b8b2861426a7b9e7104dec33acb770894 (diff)
downloadsystemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.gz
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/libsystemd/sd-daemon/sd-daemon.c')
-rw-r--r--src/libsystemd/sd-daemon/sd-daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-daemon/sd-daemon.c b/src/libsystemd/sd-daemon/sd-daemon.c
index 9e8f0a73f5..93984d1c59 100644
--- a/src/libsystemd/sd-daemon/sd-daemon.c
+++ b/src/libsystemd/sd-daemon/sd-daemon.c
@@ -8,7 +8,6 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>