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/cgls | |
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/cgls')
-rw-r--r-- | src/cgls/cgls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c index 34d95c7660..b55d7299ca 100644 --- a/src/cgls/cgls.c +++ b/src/cgls/cgls.c @@ -3,7 +3,6 @@ #include <errno.h> #include <getopt.h> #include <stdio.h> -#include <string.h> #include <unistd.h> #include "sd-bus.h" |