]> git.ipfire.org Git - thirdparty/git.git/commitdiff
cache.h: remove unnecessary headers
authorElijah Newren <newren@gmail.com>
Sat, 22 Apr 2023 20:17:24 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2023 19:47:33 +0000 (12:47 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
compat/fsmonitor/fsm-ipc-darwin.c
compat/fsmonitor/fsm-listen-darwin.c

diff --git a/cache.h b/cache.h
index 591c67b0595a6d8ffdcff9696ff0dde4f709f1bc..bdedb87e83b8bc8b5fd596b00552072191f96bb2 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -4,8 +4,6 @@
 #include "git-compat-util.h"
 #include "strbuf.h"
 #include "hashmap.h"
-#include "gettext.h"
-#include "string-list.h"
 #include "pathspec.h"
 #include "object.h"
 #include "statinfo.h"
index e62f093cc192f0805d7754d0eeebc5887aba8479..bc68dca0cae8fa0feb9780b0a5d6ea93baba0dc3 100644 (file)
@@ -1,5 +1,6 @@
 #include "cache.h"
 #include "config.h"
+#include "gettext.h"
 #include "hex.h"
 #include "repository.h"
 #include "strbuf.h"
index 5eb6402ab822cf8e68ff0552980d1641e2076827..18c0e3913dc6d52ff03b9836c9746187b33f11e9 100644 (file)
@@ -29,6 +29,7 @@
 #include "fsmonitor--daemon.h"
 #include "fsmonitor-path-utils.h"
 #include "gettext.h"
+#include "string-list.h"
 
 struct fsm_listen_data
 {