mirror of
https://github.com/git/git.git
synced 2026-08-09 01:21:47 +00:00
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:
committed by
Junio C Hamano
parent
30639982cb
commit
84d9b4dc97
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user