diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 18:23:26 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-04 00:30:32 +0900 |
commit | e30e8b50738daab74eee56027543dea4d8ff8a32 (patch) | |
tree | 8db4fe5fde5e2d3aad6912494f20fcf74e64ad5e /src/shared/condition.c | |
parent | 92133d287842dbd7c6d5efc8bd850a47221ebddd (diff) | |
download | systemd-e30e8b50738daab74eee56027543dea4d8ff8a32.tar.gz systemd-e30e8b50738daab74eee56027543dea4d8ff8a32.tar.bz2 systemd-e30e8b50738daab74eee56027543dea4d8ff8a32.zip |
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Diffstat (limited to 'src/shared/condition.c')
-rw-r--r-- | src/shared/condition.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c index 53018cd601..9f4c7fe338 100644 --- a/src/shared/condition.c +++ b/src/shared/condition.c @@ -5,7 +5,6 @@ #include <fnmatch.h> #include <limits.h> #include <stdlib.h> -#include <sys/stat.h> #include <sys/types.h> #include <sys/utsname.h> #include <time.h> |