repo: remove unused setup.h include

The repository prefix is now stored in `struct repository`, so
builtin/repo.c no longer uses any declarations from setup.h.

Remove the now-unused include.

Mentored-by: Justin Tobler <jltobler@gmail.com>
Mentored-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Signed-off-by: K Jayatheerth <jayatheerthkulkarni2005@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
K Jayatheerth
2026-08-06 15:45:56 +05:30
committed by Junio C Hamano
parent 30639982cb
commit 84d9b4dc97

View File

@@ -14,7 +14,6 @@
#include "ref-filter.h"
#include "refs.h"
#include "revision.h"
#include "setup.h"
#include "strbuf.h"
#include "string-list.h"
#include "shallow.h"