]> git.ipfire.org Git - thirdparty/git.git/commitdiff
path: remove unused header
authorK Jayatheerth <jayatheerthkulkarni2005@gmail.com>
Wed, 4 Mar 2026 13:05:00 +0000 (18:35 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 17:06:29 +0000 (09:06 -0800)
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>
path.c

diff --git a/path.c b/path.c
index d726537622cda67f222229358b8b7edd25c34f1b..f613d8bbd15818d4396405cfaa68e177d8481794 100644 (file)
--- 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"