mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
cache.h: remove unnecessary headers
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
5e3f94dfe3
commit
4c98cb8e35
@@ -1,5 +1,6 @@
|
||||
#include "cache.h"
|
||||
#include "config.h"
|
||||
#include "gettext.h"
|
||||
#include "hex.h"
|
||||
#include "repository.h"
|
||||
#include "strbuf.h"
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include "fsmonitor--daemon.h"
|
||||
#include "fsmonitor-path-utils.h"
|
||||
#include "gettext.h"
|
||||
#include "string-list.h"
|
||||
|
||||
struct fsm_listen_data
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user