mirror of
https://github.com/git/git.git
synced 2026-04-11 17:30:08 +02:00
refs: remove unused headers
In the 'refs/' namespace, some of the included header files are not needed, let's remove them. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
c44beea485
commit
2d2920c0ce
@@ -1,7 +1,6 @@
|
||||
#include "git-compat-util.h"
|
||||
#include "hex.h"
|
||||
#include "refs-internal.h"
|
||||
#include "string-list.h"
|
||||
#include "trace.h"
|
||||
|
||||
static struct trace_key trace_refs = TRACE_KEY_INIT(REFS);
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "../dir-iterator.h"
|
||||
#include "../lockfile.h"
|
||||
#include "../object.h"
|
||||
#include "../object-file.h"
|
||||
#include "../path.h"
|
||||
#include "../dir.h"
|
||||
#include "../chdir-notify.h"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "../hex.h"
|
||||
#include "../iterator.h"
|
||||
#include "../ident.h"
|
||||
#include "../lockfile.h"
|
||||
#include "../object.h"
|
||||
#include "../path.h"
|
||||
#include "../refs.h"
|
||||
|
||||
Reference in New Issue
Block a user