From d9f517d051d1008178cb6c809b5f906d0905508f Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 15 Apr 2025 11:38:18 +0200 Subject: object-file: split out functions relating to object store subsystem While we have the "object-store.h" header, most of the functionality for object stores is actually hosted in "object-file.c". This makes it hard to find relevant functions and causes us to mix up concerns. Split out functions relating to the object store subsystem into a new "object-store.c" file. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- builtin/notes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/notes.c') diff --git a/builtin/notes.c b/builtin/notes.c index ff61ec5f2d..0dbc233752 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -14,6 +14,7 @@ #include "gettext.h" #include "hex.h" #include "notes.h" +#include "object-file.h" #include "object-name.h" #include "object-store-ll.h" #include "path.h" -- cgit v1.2.3