diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 09:44:54 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | 455fa9610cba06af4cb9d8c8a2121b552c4d2229 (patch) | |
tree | 1fccb2e1b8133ea4d4d018a7269cdd5465a11f59 /src/random-seed | |
parent | Merge pull request #13899 from poettering/in-gid-tweak (diff) | |
download | systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.xz systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.zip |
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.c | 1 |
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> |