From 21a5f4ec1120b5ae53e2238f8f9e50bb549b2c4d Mon Sep 17 00:00:00 2001 From: K Jayatheerth Date: Mon, 2 Mar 2026 19:51:36 +0530 Subject: [PATCH] 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 --- path.c | 1 - 1 file changed, 1 deletion(-) 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"