From: K Jayatheerth Date: Wed, 4 Mar 2026 13:05:00 +0000 (+0530) Subject: path: remove unused header X-Git-Tag: v2.54.0-rc0~89^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99a626f479781da77ea41f356bd35a27af8ec11b;p=thirdparty%2Fgit.git path: remove unused header The "environment.h" header is included in "path.c", but none of the functions or macros it provides are used in this file. Signed-off-by: K Jayatheerth Signed-off-by: Junio C Hamano --- diff --git a/path.c b/path.c index d726537622..f613d8bbd1 100644 --- a/path.c +++ b/path.c @@ -4,7 +4,6 @@ #include "git-compat-util.h" #include "abspath.h" -#include "environment.h" #include "gettext.h" #include "repository.h" #include "strbuf.h"