Merge branch 'sk/remove-duplicate-includes'

Code clean-up.

* sk/remove-duplicate-includes:
  git: remove duplicate includes
This commit is contained in:
Junio C Hamano 2022-12-26 11:42:07 +09:00
commit 3613ab5df5
3 changed files with 0 additions and 3 deletions

View file

@ -5,7 +5,6 @@
#include "chunk-format.h"
#include "pack-mtimes.h"
#include "oidmap.h"
#include "chunk-format.h"
#include "pack-objects.h"
void reset_pack_idx_option(struct pack_idx_option *opts)

View file

@ -36,7 +36,6 @@
#include "rebase-interactive.h"
#include "reset.h"
#include "branch.h"
#include "log-tree.h"
#define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"

View file

@ -19,7 +19,6 @@
#include "promisor-remote.h"
#include "entry.h"
#include "parallel-checkout.h"
#include "sparse-index.h"
/*
* Error messages expected by scripts out of plumbing commands such as