mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-25 10:46:46 -05:00
Merge branch 'sk/remove-duplicate-includes'
Code clean-up. * sk/remove-duplicate-includes: git: remove duplicate includes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user