mirror of
https://github.com/git/git.git
synced 2026-03-08 08:12:34 +01:00
Merge branch 'rs/clean-includes' into next
Clean up redundant includes of header files. * rs/clean-includes: remove duplicate includes
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include "builtin.h"
|
||||
#include "config.h"
|
||||
#include "color.h"
|
||||
#include "builtin.h"
|
||||
#include "environment.h"
|
||||
#include "gettext.h"
|
||||
#include "hex.h"
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "diff-merges.h"
|
||||
#include "revision.h"
|
||||
#include "log-tree.h"
|
||||
#include "builtin.h"
|
||||
#include "oid-array.h"
|
||||
#include "tag.h"
|
||||
#include "reflog-walk.h"
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
#include "blob.h"
|
||||
#include "tree.h"
|
||||
#include "path-walk.h"
|
||||
#include "trace2.h"
|
||||
|
||||
/*
|
||||
* Objects we are going to pack are collected in the `to_pack` structure.
|
||||
|
||||
1
commit.c
1
commit.c
@@ -31,7 +31,6 @@
|
||||
#include "parse.h"
|
||||
#include "object-file.h"
|
||||
#include "object-file-convert.h"
|
||||
#include "prio-queue.h"
|
||||
|
||||
static struct commit_extra_header *read_commit_extra_header_lines(const char *buf, size_t len, const char **);
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include "hex.h"
|
||||
#include "repository.h"
|
||||
#include "hash.h"
|
||||
#include "hash.h"
|
||||
#include "object.h"
|
||||
#include "loose.h"
|
||||
#include "commit.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "hex.h"
|
||||
#include "pkt-line.h"
|
||||
#include "hash.h"
|
||||
#include "hex.h"
|
||||
#include "object.h"
|
||||
#include "odb.h"
|
||||
#include "repository.h"
|
||||
|
||||
Reference in New Issue
Block a user