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/shared/specifier.c | |
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/shared/specifier.c')
-rw-r--r-- | src/shared/specifier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/specifier.c b/src/shared/specifier.c index c8e789680d..b036ff67dd 100644 --- a/src/shared/specifier.c +++ b/src/shared/specifier.c @@ -4,7 +4,6 @@ #include <stdbool.h> #include <stddef.h> #include <stdlib.h> -#include <string.h> #include <sys/utsname.h> #include "sd-id128.h" |