diff options
| author | K Jayatheerth <jayatheerthkulkarni2005@gmail.com> | 2026-03-04 18:35:00 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-04 09:06:29 -0800 |
| commit | 99a626f479781da77ea41f356bd35a27af8ec11b (patch) | |
| tree | db1e392a1149e1afbeb71211034be4b07de76b20 | |
| parent | 67ad42147a7acc2af6074753ebd03d904476118f (diff) | |
| download | git-99a626f479781da77ea41f356bd35a27af8ec11b.tar.xz | |
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>
| -rw-r--r-- | path.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #include "git-compat-util.h" #include "abspath.h" -#include "environment.h" #include "gettext.h" #include "repository.h" #include "strbuf.h" |
