summaryrefslogtreecommitdiff
path: root/src/random-seed
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/random-seed
parentf4dad55b8b2861426a7b9e7104dec33acb770894 (diff)
downloadsystemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.gz
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/random-seed')
-rw-r--r--src/random-seed/random-seed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/random-seed/random-seed.c b/src/random-seed/random-seed.c
index e8a4b5e88c..2fcbcb281a 100644
--- a/src/random-seed/random-seed.c
+++ b/src/random-seed/random-seed.c
@@ -3,7 +3,6 @@
#include <errno.h>
#include <fcntl.h>
#include <linux/random.h>
-#include <string.h>
#include <sys/ioctl.h>
#if USE_SYS_RANDOM_H
# include <sys/random.h>