pkt-line.h: move declarations for pkt-line.c functions from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:14 +00:00
committed by Junio C Hamano
parent 9b5041f647
commit b388633c5c
7 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,7 @@
#include "gettext.h"
#include "hex.h"
#include "transport.h"
#include "pkt-line.h"
#include "ref-filter.h"
#include "remote.h"
#include "refs.h"