Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 20:14:49 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-26 23:04:31 +0300
commit147438e8a0eb31a06cb9aefbf0de8c45e544a4c7 (patch)
treee539c6c9712bd962cd93ee18301ebe476f707c94 /ref-filter.h
parent564d0252ca632e0264ed670534a51d18a689ef5d (diff)
treewide: remove unnecessary includes from header files
There are three kinds of unnecessary includes: * includes which aren't directly needed, but which include some other forgotten include * includes which could be replaced by a simple forward declaration of some structs * includes which aren't needed at all Remove the third kind of include. Subsequent commits (and a subsequent series) will work on removing some of the other kinds of includes. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ref-filter.h')
-rw-r--r--ref-filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ref-filter.h b/ref-filter.h
index 1524bc463a..4ecb6ab1c6 100644
--- a/ref-filter.h
+++ b/ref-filter.h
@@ -3,7 +3,6 @@
#include "gettext.h"
#include "oid-array.h"
-#include "refs.h"
#include "commit.h"
#include "string-list.h"
#include "strvec.h"