serve.c: remove unnecessary include
Remove include "strvec.h" from serve.c, which is orphaned since
f0a35c9ce5
(serve: drop "keys" strvec, 2021-09-15)
Signed-off-by: Garrit Franke <garrit@slashdev.space>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
4c53a8c20f
commit
bb886cf9b4
1
serve.c
1
serve.c
@ -3,7 +3,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "strvec.h"
|
|
||||||
#include "ls-refs.h"
|
#include "ls-refs.h"
|
||||||
#include "protocol-caps.h"
|
#include "protocol-caps.h"
|
||||||
#include "serve.h"
|
#include "serve.h"
|
||||||
|
Reference in New Issue
Block a user