diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 10:27:33 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | 1405cb653ae8588404e64af0265bb0bec47537b4 (patch) | |
tree | c2ca1e0d2598cfd305c56c90142e74cdeeed8bb9 /src/tmpfiles | |
parent | tree-wide: drop signal.h when signal-util.h is included (diff) | |
download | systemd-1405cb653ae8588404e64af0265bb0bec47537b4.tar.xz systemd-1405cb653ae8588404e64af0265bb0bec47537b4.zip |
tree-wide: drop stdio.h when stdio-util.h is included
Diffstat (limited to 'src/tmpfiles')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 17072f78b4..f4f7705a32 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -8,7 +8,6 @@ #include <linux/fs.h> #include <stdbool.h> #include <stddef.h> -#include <stdio.h> #include <stdlib.h> #include <sys/file.h> #include <sys/xattr.h> |