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/nspawn | |
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/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 3513c015b8..dfd14ca390 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -16,7 +16,6 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <sys/file.h> #include <sys/personality.h> #include <sys/prctl.h> |