зеркало из https://github.com/microsoft/git.git
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:
Родитель
5e3f94dfe3
Коммит
4c98cb8e35
2
cache.h
2
cache.h
|
@ -4,8 +4,6 @@
|
|||
#include "git-compat-util.h"
|
||||
#include "strbuf.h"
|
||||
#include "hashmap.h"
|
||||
#include "gettext.h"
|
||||
#include "string-list.h"
|
||||
#include "pathspec.h"
|
||||
#include "object.h"
|
||||
#include "statinfo.h"
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче