From: Yu Watanabe Date: Sat, 14 Sep 2024 18:18:32 +0000 (+0900) Subject: creds: drop unnecessary include of build-path.h X-Git-Tag: v257-rc1~444^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f176f24d6132ae2c0bdc7b35d6acece29fedb31;p=thirdparty%2Fsystemd.git creds: drop unnecessary include of build-path.h Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6. --- diff --git a/src/creds/creds.c b/src/creds/creds.c index 2e28ff3e0ab..56e23caa7aa 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"