diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 10:23:26 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | e30e8b50738daab74eee56027543dea4d8ff8a32 (patch) | |
tree | 8db4fe5fde5e2d3aad6912494f20fcf74e64ad5e /src/basic/path-util.c | |
parent | tree-wide: drop socket.h when socket-util.h is included (diff) | |
download | systemd-e30e8b50738daab74eee56027543dea4d8ff8a32.tar.xz systemd-e30e8b50738daab74eee56027543dea4d8ff8a32.zip |
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Diffstat (limited to 'src/basic/path-util.c')
-rw-r--r-- | src/basic/path-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/path-util.c b/src/basic/path-util.c index edf4a4cdba..f1be8d0988 100644 --- a/src/basic/path-util.c +++ b/src/basic/path-util.c @@ -4,7 +4,6 @@ #include <limits.h> #include <stdio.h> #include <stdlib.h> -#include <sys/stat.h> #include <unistd.h> /* When we include libgen.h because we need dirname() we immediately |