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 <jayatheerthkulkarni2005@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

K Jayatheerth committed Mar 4, 2026 at 18:35 UTC 99a626f479781da77ea41f356bd35a27af8ec11b
1 file changed -1
path.c
-1
@@ -4,7 +4,6 @@
4
5 #include "git-compat-util.h"
6 #include "abspath.h"
7 -#include "environment.h"
7 #include "gettext.h"
8 #include "repository.h"
9 #include "strbuf.h"