diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-14 20:18:32 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-14 20:18:46 +0200 |
commit | 4f176f24d6132ae2c0bdc7b35d6acece29fedb31 (patch) | |
tree | f3dab4ad0ce0bcc5d39c7d9c5eb61326f61f816a /src/creds | |
parent | Add HUAWEI MateBook D 15 AMD ACCEL properties (diff) | |
download | systemd-4f176f24d6132ae2c0bdc7b35d6acece29fedb31.tar.xz systemd-4f176f24d6132ae2c0bdc7b35d6acece29fedb31.zip |
creds: drop unnecessary include of build-path.h
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
Diffstat (limited to 'src/creds')
-rw-r--r-- | src/creds/creds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c index 2e28ff3e0a..56e23caa7a 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -7,7 +7,6 @@ #include "sd-varlink.h" #include "build.h" -#include "build-path.h" #include "bus-polkit.h" #include "creds-util.h" #include "dirent-util.h" |