]> git.ipfire.org Git - thirdparty/git.git/commitdiff
treewide: remove unnecessary includes for wrapper.h
authorCalvin Wan <calvinwan@google.com>
Wed, 5 Jul 2023 17:09:23 +0000 (17:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2023 18:41:59 +0000 (11:41 -0700)
Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
74 files changed:
apply.c
builtin/am.c
builtin/bisect.c
builtin/branch.c
builtin/bugreport.c
builtin/clone.c
builtin/config.c
builtin/credential-cache.c
builtin/difftool.c
builtin/fast-import.c
builtin/fmt-merge-msg.c
builtin/gc.c
builtin/get-tar-commit-id.c
builtin/index-pack.c
builtin/init-db.c
builtin/merge.c
builtin/pack-objects.c
builtin/rebase.c
builtin/receive-pack.c
builtin/rerere.c
builtin/unpack-file.c
builtin/worktree.c
bulk-checkin.c
combine-diff.c
commit-graph.c
compat/terminal.c
config.c
convert.c
copy.c
csum-file.c
daemon.c
diff.c
dir.c
editor.c
entry.c
environment.c
fetch-pack.c
gpg-interface.c
grep.c
http-backend.c
imap-send.c
merge-ll.c
merge-recursive.c
notes-merge.c
object-file.c
pack-write.c
packfile.c
parallel-checkout.c
path.c
pkt-line.c
read-cache.c
rebase-interactive.c
refs.c
rerere.c
send-pack.c
sequencer.c
server-info.c
setup.c
shallow.c
strbuf.c
streaming.c
t/helper/test-delta.c
t/helper/test-fsmonitor-client.c
t/helper/test-read-cache.c
tag.c
tempfile.c
trace.c
transport-helper.c
transport.c
upload-pack.c
usage.c
worktree.c
wrapper.c
write-or-die.c

diff --git a/apply.c b/apply.c
index 8bd0109fcc8dfdb869a1a1eea546227659ceb33d..99c2a91de7a326d6f5c0ecff3dc4857fee75a756 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -37,7 +37,6 @@
 #include "symlinks.h"
 #include "wildmatch.h"
 #include "ws.h"
-#include "wrapper.h"
 
 struct gitdiff_data {
        struct strbuf *root;
index a78daa69714e63a131eae8e51340dfc210f3e834..f364559ade4cb36aa153d16b4d979383d5d81953 100644 (file)
@@ -44,7 +44,6 @@
 #include "path.h"
 #include "repository.h"
 #include "pretty.h"
-#include "wrapper.h"
 
 /**
  * Returns the length of the first line of msg.
index 6478df34890902cef96147e3072e37e8beac49cc..65478ef40f54e35cbed33234209fc3fac8b4e99b 100644 (file)
@@ -15,7 +15,6 @@
 #include "prompt.h"
 #include "quote.h"
 #include "revision.h"
-#include "wrapper.h"
 
 static GIT_PATH_FUNC(git_path_bisect_terms, "BISECT_TERMS")
 static GIT_PATH_FUNC(git_path_bisect_expected_rev, "BISECT_EXPECTED_REV")
index b57e4c6e6171baffffbb844b05fbf052526e41bb..0f1611c4b36de8369055c5b79b60688466a678eb 100644 (file)
@@ -28,7 +28,6 @@
 #include "worktree.h"
 #include "help.h"
 #include "commit-reach.h"
-#include "wrapper.h"
 
 static const char * const builtin_branch_usage[] = {
        N_("git branch [<options>] [-r | -a] [--merged] [--no-merged]"),
index daf6c236577626fffd8dd61c63489d9e6e706635..d2ae5c305db82cda78851196411f6437f4abbda9 100644 (file)
@@ -11,7 +11,6 @@
 #include "diagnose.h"
 #include "object-file.h"
 #include "setup.h"
-#include "wrapper.h"
 
 static void get_system_info(struct strbuf *sys_info)
 {
index 687a686269a4ab241a168e7675080791f0c7b065..3fc0e5d7c09aeb5846376e36897f8e36061cf90c 100644 (file)
@@ -45,7 +45,6 @@
 #include "hook.h"
 #include "bundle.h"
 #include "bundle-uri.h"
-#include "wrapper.h"
 
 /*
  * Overall FIXMEs:
index 6599f88b24357613702863761914c660615290ec..e944b6bb7a474b5a937fe74230fc710de8dc70bd 100644 (file)
@@ -15,7 +15,6 @@
 #include "setup.h"
 #include "strbuf.h"
 #include "worktree.h"
-#include "wrapper.h"
 
 static const char *const builtin_config_usage[] = {
        N_("git config [<options>]"),
index ff3a47badbeecc6d019d0d189f1764297978c79b..43b9d0e5b16ba5da555a3b16ce53b88dff5dbb4c 100644 (file)
@@ -3,7 +3,6 @@
 #include "parse-options.h"
 #include "path.h"
 #include "strbuf.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 #ifndef NO_UNIX_SOCKETS
index e2c9ab7d5d7354783ef3e12d29a770fa82122c5f..aeb0f924093eda4054c3dfa381467afedeb1958c 100644 (file)
@@ -32,7 +32,6 @@
 #include "dir.h"
 #include "entry.h"
 #include "setup.h"
-#include "wrapper.h"
 
 static int trust_exit_code;
 
index 2ee19c737332ca25b49740a0bc1662bc83111ad0..4dbb10aff3dacf58b0ecb5daf648cefb16d41f4b 100644 (file)
@@ -26,7 +26,6 @@
 #include "commit-reach.h"
 #include "khash.h"
 #include "date.h"
-#include "wrapper.h"
 
 #define PACK_ID_BITS 16
 #define MAX_PACK_ID ((1<<PACK_ID_BITS)-1)
index cc812416420d7c3ac876b95affbb3ebab7caf040..0f9855b680eb7bf4e534af40847e32af835cfa13 100644 (file)
@@ -3,7 +3,6 @@
 #include "fmt-merge-msg.h"
 #include "gettext.h"
 #include "parse-options.h"
-#include "wrapper.h"
 
 static const char * const fmt_merge_msg_usage[] = {
        N_("git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"),
index 91eec7703a58ce1b2b66e007a6726a2a86835cf0..19d73067aad20120c4a76a0b93eeb3641e5c222c 100644 (file)
@@ -41,7 +41,6 @@
 #include "hook.h"
 #include "setup.h"
 #include "trace2.h"
-#include "wrapper.h"
 
 #define FAILED_RUN "failed to run %s"
 
index 9303e386cc7031b2111527cafc779df7d23e892a..20d0dfe9cf1dfefe6ffacb23bd500701cca71a09 100644 (file)
@@ -5,7 +5,6 @@
 #include "commit.h"
 #include "tar.h"
 #include "quote.h"
-#include "wrapper.h"
 
 static const char builtin_get_tar_commit_id_usage[] =
 "git get-tar-commit-id";
index c1250b070f5e7409ee8f98f6e4dcd1109e85e3c8..f8e13088051f5d0c37f1109cdedc9f35543f3d56 100644 (file)
@@ -25,7 +25,6 @@
 #include "replace-object.h"
 #include "promisor-remote.h"
 #include "setup.h"
-#include "wrapper.h"
 
 static const char index_pack_usage[] =
 "git index-pack [-v] [-o <index-file>] [--keep | --keep=<msg>] [--[no-]rev-index] [--verify] [--strict] (<pack-file> | --stdin [--fix-thin] [<pack-file>])";
index 0d8bd4d72192f275f894fa983aa307df0cae2b7a..cb727c826f5653ab2827ccfbd575e6d305fad75a 100644 (file)
@@ -13,7 +13,6 @@
 #include "path.h"
 #include "setup.h"
 #include "strbuf.h"
-#include "wrapper.h"
 
 static int guess_repository_type(const char *git_dir)
 {
index 420e81008ed5716ac5a93144f461e90e1513f4d6..e381d5e5012c82bcba62c7e4cf655841c7af64bf 100644 (file)
@@ -53,7 +53,6 @@
 #include "commit-reach.h"
 #include "wt-status.h"
 #include "commit-graph.h"
-#include "wrapper.h"
 
 #define DEFAULT_TWOHEAD (1<<0)
 #define DEFAULT_OCTOPUS (1<<1)
index 3c4db664787558f3b138cb8143f85cd0ccf16f98..0d3f70093dc6a8c441d77b472a8390e642125af2 100644 (file)
@@ -43,7 +43,6 @@
 #include "promisor-remote.h"
 #include "pack-mtimes.h"
 #include "parse-options.h"
-#include "wrapper.h"
 
 /*
  * Objects we are going to pack are collected in the `to_pack` structure.
index 91849f920f72a9da721f35264f2a35b5527f6600..15ce54656541b42b812046460d200fa37c94383a 100644 (file)
@@ -37,7 +37,6 @@
 #include "reset.h"
 #include "trace2.h"
 #include "hook.h"
-#include "wrapper.h"
 
 static char const * const builtin_rebase_usage[] = {
        N_("git rebase [-i] [options] [--exec <cmd>] "
index 91caaf87066372dcbf0c8289d2f576df9d25186a..f3c7c5f6cc03431643f1e7b7ae4a449c9ad12a6e 100644 (file)
@@ -40,7 +40,6 @@
 #include "worktree.h"
 #include "shallow.h"
 #include "parse-options.h"
-#include "wrapper.h"
 
 static const char * const receive_pack_usage[] = {
        N_("git receive-pack <git-dir>"),
index 0458db9cadff6e07e2d3f91bf15392e4e384e367..07a9d37275cbbc52cc8cddbae4a6143df2e49a82 100644 (file)
@@ -6,7 +6,6 @@
 #include "repository.h"
 #include "string-list.h"
 #include "rerere.h"
-#include "wrapper.h"
 #include "xdiff/xdiff.h"
 #include "xdiff-interface.h"
 #include "pathspec.h"
index 6842a6c499631a26d2caa3421ac9b1d2cec212f2..c129e2bb6cbffaf80898c8a9c1c4e49fdeb001a4 100644 (file)
@@ -3,7 +3,6 @@
 #include "hex.h"
 #include "object-name.h"
 #include "object-store-ll.h"
-#include "wrapper.h"
 
 static char *create_temp_file(struct object_id *oid)
 {
index 05dec7e33078d61b83e1dbb28a91058b1bc5219e..33e76654baf224a3ebad8349d7a1ddeebf885b9a 100644 (file)
@@ -24,7 +24,6 @@
 #include "submodule.h"
 #include "utf8.h"
 #include "worktree.h"
-#include "wrapper.h"
 #include "quote.h"
 
 #define BUILTIN_WORKTREE_ADD_USAGE \
index e2f71db0f60f021b23574eb2ae10c1809e05d365..fec68162591a86d8fb9f514f7741c4069c0689ec 100644 (file)
@@ -17,7 +17,6 @@
 #include "packfile.h"
 #include "object-file.h"
 #include "object-store-ll.h"
-#include "wrapper.h"
 
 static int odb_transaction_nesting;
 
index 11e9d7494a179230481bd1f64b8a7ee406e5a38f..f90f442482932e618cc7399924c00ddde8c50eaf 100644 (file)
@@ -17,7 +17,6 @@
 #include "userdiff.h"
 #include "oid-array.h"
 #include "revision.h"
-#include "wrapper.h"
 
 static int compare_paths(const struct combine_diff_path *one,
                          const struct diff_filespec *two)
index f70afccada4bd3f197869941ff8d8f2a88fc3d90..38185c85298273073a090257690237cd84fd1ffb 100644 (file)
@@ -26,7 +26,6 @@
 #include "trace2.h"
 #include "tree.h"
 #include "chunk-format.h"
-#include "wrapper.h"
 
 void git_test_write_commit_graph_or_die(void)
 {
index d87e32118929742db0373fe71502bc969426c09e..83d95e8656301d29b287801d74bc4dc42af52683 100644 (file)
@@ -6,7 +6,6 @@
 #include "run-command.h"
 #include "string-list.h"
 #include "hashmap.h"
-#include "wrapper.h"
 
 #if defined(HAVE_DEV_TTY) || defined(GIT_WINDOWS_NATIVE)
 
index 1cdad1e160ac79dfd3596dfe2d8d54359224aa84..23aa1fcb005acb20d7730a159b19f76a7aa05d48 100644 (file)
--- a/config.c
+++ b/config.c
@@ -39,7 +39,6 @@
 #include "wildmatch.h"
 #include "worktree.h"
 #include "ws.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 struct config_source {
index 3d8325d49e719501c1148bc123008d3a3aaa7e65..4aef90a7b6a9b4d142ce60c360a6274c3151690c 100644 (file)
--- a/convert.c
+++ b/convert.c
@@ -16,7 +16,6 @@
 #include "trace.h"
 #include "utf8.h"
 #include "merge-ll.h"
-#include "wrapper.h"
 
 /*
  * convert.c - convert a file when checking it out and checking it in.
diff --git a/copy.c b/copy.c
index 882c79cffb0d38434dde66a307b32b460440f875..23d84c6c1db554bcc7a33804d58821dfb3fb7634 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -1,7 +1,6 @@
 #include "git-compat-util.h"
 #include "copy.h"
 #include "path.h"
-#include "wrapper.h"
 
 int copy_fd(int ifd, int ofd)
 {
index daf9b06dfff60efb47a603c4e8aa410848933e56..cd017132448d1ec340f137d6b882ee9bc420509a 100644 (file)
@@ -11,7 +11,6 @@
 #include "progress.h"
 #include "csum-file.h"
 #include "hash.h"
-#include "wrapper.h"
 
 static void verify_buffer_or_die(struct hashfile *f,
                                 const void *buf,
index 7139cc201d7560967352c701ed258c859567c26d..3722edf46c926e567cb93ca45a9e6d2ea6cfcef9 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -10,7 +10,6 @@
 #include "setup.h"
 #include "strbuf.h"
 #include "string-list.h"
-#include "wrapper.h"
 
 #ifdef NO_INITGROUPS
 #define initgroups(x, y) (0) /* nothing */
diff --git a/diff.c b/diff.c
index 6fb2946a6413f8d8546fe1b04b35c6aaf69f0ae9..d487438d70f072618643a2fc60dd7d98bd4d421c 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -43,7 +43,6 @@
 #include "setup.h"
 #include "strmap.h"
 #include "ws.h"
-#include "wrapper.h"
 
 #ifdef NO_FAST_WORKING_DIRECTORY
 #define FAST_WORKING_DIRECTORY 0
diff --git a/dir.c b/dir.c
index 3acac7beb11486879b6e8f2806a2450664757504..d270a1be360333a26f835357ccc418797e0f7120 100644 (file)
--- a/dir.c
+++ b/dir.c
@@ -32,7 +32,6 @@
 #include "symlinks.h"
 #include "trace2.h"
 #include "tree.h"
-#include "wrapper.h"
 
 /*
  * Tells read_directory_recursive how a file or directory should be treated.
index 38c5dbbb79b96ca15431141bf70b84799149eb40..b67b802ddf8493ea25ccbb1fc5c046240bfe917d 100644 (file)
--- a/editor.c
+++ b/editor.c
@@ -11,7 +11,6 @@
 #include "strvec.h"
 #include "run-command.h"
 #include "sigchain.h"
-#include "wrapper.h"
 
 #ifndef DEFAULT_EDITOR
 #define DEFAULT_EDITOR "vi"
diff --git a/entry.c b/entry.c
index f9a7c726a4dd33f1a184f3a52a9b3aa4edb0c101..43767f9043c0cbb97ec3257fd78b0a985e5a8f77 100644 (file)
--- a/entry.c
+++ b/entry.c
@@ -14,7 +14,6 @@
 #include "fsmonitor.h"
 #include "entry.h"
 #include "parallel-checkout.h"
-#include "wrapper.h"
 
 static void create_directories(const char *path, int path_len,
                               const struct checkout *state)
index 8128104373b4a121be2ce39a0444e900161dfe1d..a0d1d070d11ab707d21091a564ccd17dfa0fc018 100644 (file)
@@ -28,7 +28,6 @@
 #include "setup.h"
 #include "shallow.h"
 #include "trace.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 int trust_executable_bit = 1;
index a432eacab999a87fb3c3d545d90dbff82e57a820..84a24ff9b110e109713295025f159f7f957a6999 100644 (file)
@@ -34,7 +34,6 @@
 #include "commit-graph.h"
 #include "sigchain.h"
 #include "mergesort.h"
-#include "wrapper.h"
 
 static int transfer_unpack_limit = -1;
 static int fetch_unpack_limit = -1;
index 19a3471a0b55a5b5f92d0756cd4c1419d2b2e344..cb171a853ba58681dbc334c6d2aa70ad474b2121 100644 (file)
@@ -12,7 +12,6 @@
 #include "sigchain.h"
 #include "tempfile.h"
 #include "alias.h"
-#include "wrapper.h"
 
 static int git_gpg_config(const char *, const char *, void *);
 
diff --git a/grep.c b/grep.c
index ebcd647478838582f75910b686045a329f704b9a..a3cc8224db0693131736fab8659bb80716802953 100644 (file)
--- a/grep.c
+++ b/grep.c
@@ -12,7 +12,6 @@
 #include "commit.h"
 #include "quote.h"
 #include "help.h"
-#include "wrapper.h"
 
 static int grep_source_load(struct grep_source *gs);
 static int grep_source_is_binary(struct grep_source *gs,
index e1969c05dc658ed78274f3616df72c8d5bd2bfd5..25a19c21b9c4ddfab91717b0b26bfb228539fd29 100644 (file)
@@ -19,7 +19,6 @@
 #include "object-store-ll.h"
 #include "protocol.h"
 #include "date.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 static const char content_type[] = "Content-Type";
index 7f5426177a16e6c098f3197777fa14df0c5b8b27..ee5b98467bf0f3dabb208c66606ac35ed0cabb57 100644 (file)
@@ -30,7 +30,6 @@
 #include "parse-options.h"
 #include "setup.h"
 #include "strbuf.h"
-#include "wrapper.h"
 #if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
 typedef void *SSL;
 #endif
index 478983309d6d4240615d21cef2e47bcde3c7ecde..d6dbef52fbd01aae14e088fab2ae669ebd3424f3 100644 (file)
@@ -13,7 +13,6 @@
 #include "merge-ll.h"
 #include "quote.h"
 #include "strbuf.h"
-#include "wrapper.h"
 
 struct ll_merge_driver;
 
index 43f6b2d0364dbf382b528a9b2a9bd55eb8e742a3..6a4081bb0f522bf556610fa0e11239b5c7fcddb9 100644 (file)
@@ -38,7 +38,6 @@
 #include "tag.h"
 #include "tree-walk.h"
 #include "unpack-trees.h"
-#include "wrapper.h"
 #include "xdiff-interface.h"
 
 struct merge_options_internal {
index 071947894edb0726e8577cf9a6619187361713fb..8799b522a55f31869dcc8cbfd7229cc8db65af4c 100644 (file)
@@ -20,7 +20,6 @@
 #include "trace.h"
 #include "notes-utils.h"
 #include "commit-reach.h"
-#include "wrapper.h"
 
 struct notes_merge_pair {
        struct object_id obj, base, local, remote;
index 8d87720dd53f851a4ef52e7f96f5202fd2a0840f..527b740018333b12cb7929e3d93878699b8dbc86 100644 (file)
@@ -44,7 +44,6 @@
 #include "setup.h"
 #include "submodule.h"
 #include "fsck.h"
-#include "wrapper.h"
 
 /* The maximum size for an object header. */
 #define MAX_HEADER_LEN 32
index af48813a9bbd9b9742e65ec6d5678a03aedcb361..b19ddf15b284868acd7ad9123aed8fba10d08d30 100644 (file)
@@ -12,7 +12,6 @@
 #include "pack-revindex.h"
 #include "path.h"
 #include "strbuf.h"
-#include "wrapper.h"
 
 void reset_pack_idx_option(struct pack_idx_option *opts)
 {
index c2e753ef8fcc1578b139e0b5e6da96f050aa5756..9126274b372975c2eadc6dbf0f5f85a6b29ad69d 100644 (file)
@@ -24,7 +24,6 @@
 #include "commit-graph.h"
 #include "pack-revindex.h"
 #include "promisor-remote.h"
-#include "wrapper.h"
 
 char *odb_pack_name(struct strbuf *buf,
                    const unsigned char *hash,
index 602fbf19d3c0d38fb5b191f139a121584b6dc6db..8637723461b5ffc565e9559d406f1ebb8fe5b37e 100644 (file)
@@ -15,7 +15,6 @@
 #include "symlinks.h"
 #include "thread-utils.h"
 #include "trace2.h"
-#include "wrapper.h"
 
 struct pc_worker {
        struct child_process cp;
diff --git a/path.c b/path.c
index c3b6618c77ba46cbb996a24383c41089dfcc40d4..e7c8007ddc7fa25f52341006c42fcdc256255fc0 100644 (file)
--- a/path.c
+++ b/path.c
@@ -18,7 +18,6 @@
 #include "object-store-ll.h"
 #include "lockfile.h"
 #include "exec-cmd.h"
-#include "wrapper.h"
 
 static int get_st_mode_bits(const char *path, int *mode)
 {
index 62b4208b66e15d72257f5a2b72f4fa6ce3684376..6e4166132d82d0f9aa3a9471930ff311d2d8f318 100644 (file)
@@ -5,7 +5,6 @@
 #include "hex.h"
 #include "run-command.h"
 #include "trace.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 char packet_buffer[LARGE_PACKET_MAX];
index b9a995e5a18d4a1b7b71d15bf490054b12588758..140b4f96a0c15ce357b4222b31d8311cb4efe6e5 100644 (file)
@@ -46,7 +46,6 @@
 #include "csum-file.h"
 #include "promisor-remote.h"
 #include "hook.h"
-#include "wrapper.h"
 
 /* Mask for the name length in ce_flags in the on-disk index */
 
index 852a33131827150e54cf9b7143dfeb73cc6ece5c..5e8c6cc975d1558dcc533b43f17fe6dbf143e453 100644 (file)
@@ -11,7 +11,6 @@
 #include "config.h"
 #include "dir.h"
 #include "object-name.h"
-#include "wrapper.h"
 
 static const char edit_todo_list_advice[] =
 N_("You can fix this with 'git rebase --edit-todo' "
diff --git a/refs.c b/refs.c
index c029f64982f2308ebef8e199e9ab926f36d32ae2..d5e0184ca5793f69847ec7210b03651c602cc970 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -30,7 +30,6 @@
 #include "date.h"
 #include "commit.h"
 #include "wildmatch.h"
-#include "wrapper.h"
 
 /*
  * List of all available backends
index e2b8597f88cd1e24122103cf23f12df34a1ef6f6..4227c9612a3ba8f7b063dadbf898d9783dc8c2b5 100644 (file)
--- a/rerere.c
+++ b/rerere.c
@@ -20,7 +20,6 @@
 #include "object-store-ll.h"
 #include "hash-lookup.h"
 #include "strmap.h"
-#include "wrapper.h"
 
 #define RESOLVED 0
 #define PUNTED 1
index 9510bef8561cc1e0047f2ec6d75795fded4a36df..89aca9d829ed046f532b87120f39d807c86ebcb9 100644 (file)
@@ -15,7 +15,6 @@
 #include "quote.h"
 #include "transport.h"
 #include "version.h"
-#include "wrapper.h"
 #include "oid-array.h"
 #include "gpg-interface.h"
 #include "shallow.h"
index 8dd5bdeb36426a5c34dc40b9770a4243f62a9dfe..556bcabf90b34fdbc137f6bac4a238783c6d486a 100644 (file)
@@ -49,7 +49,6 @@
 #include "rebase-interactive.h"
 #include "reset.h"
 #include "branch.h"
-#include "wrapper.h"
 
 #define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"
 
index 382e481a2b09b7d71c0ea4b32ad9734d79448af1..f350713ecf5540487ef94a7be70734c792bcf990 100644 (file)
@@ -14,7 +14,6 @@
 #include "object-store-ll.h"
 #include "server-info.h"
 #include "strbuf.h"
-#include "wrapper.h"
 
 struct update_info_ctx {
        FILE *cur_fp;
diff --git a/setup.c b/setup.c
index 188a07ed870e463a97a93a28f6dd759349e86726..12a7932aa58d705f342803f87fd0fd5934f1a704 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -17,7 +17,6 @@
 #include "quote.h"
 #include "trace2.h"
 #include "worktree.h"
-#include "wrapper.h"
 
 static int inside_git_dir = -1;
 static int inside_work_tree = -1;
index f3ef94d4c924672feb3096b440e5170bba7cc0d5..2fad3504b73a70fd0100609422edad2d2c1e606f 100644 (file)
--- a/shallow.c
+++ b/shallow.c
@@ -20,7 +20,6 @@
 #include "shallow.h"
 #include "statinfo.h"
 #include "trace.h"
-#include "wrapper.h"
 
 void set_alternate_shallow_file(struct repository *r, const char *path, int override)
 {
index b7fd474a83e07f29538b8ac0d577dfde4b7bce2b..0158848dea5650aa3c690cdc08d7c33d891c5ce0 100644 (file)
--- a/strbuf.c
+++ b/strbuf.c
@@ -11,7 +11,6 @@
 #include "string-list.h"
 #include "utf8.h"
 #include "date.h"
-#include "wrapper.h"
 
 int starts_with(const char *str, const char *prefix)
 {
index 49791ab958dc843227b661cdde9b35efa4b1a856..10adf625b2e7ab23ffde1c8c826f6c10691792d8 100644 (file)
@@ -10,7 +10,6 @@
 #include "object-store-ll.h"
 #include "replace-object.h"
 #include "packfile.h"
-#include "wrapper.h"
 
 typedef int (*open_istream_fn)(struct git_istream *,
                               struct repository *,
index e7d134ec251e01405a6f854bbd496d797980172f..6bc787a4743be08fcd1b977ced58273c3bf274d0 100644 (file)
@@ -11,7 +11,6 @@
 #include "test-tool.h"
 #include "git-compat-util.h"
 #include "delta.h"
-#include "wrapper.h"
 
 static const char usage_str[] =
        "test-tool delta (-d|-p) <from_file> <data_file> <out_file>";
index 58d1dc5fc8344741737a605288a7af63b3ca2341..8280984d08fe84b23722948709e83252e5d40895 100644 (file)
@@ -11,7 +11,6 @@
 #include "setup.h"
 #include "thread-utils.h"
 #include "trace2.h"
-#include "wrapper.h"
 
 #ifndef HAVE_FSMONITOR_DAEMON_BACKEND
 int cmd__fsmonitor_client(int argc UNUSED, const char **argv UNUSED)
index 56c2d25f3597c24c9562222921f71a4396584a90..1acd3623465283e4751a75bce0cbb8bf1926bcd7 100644 (file)
@@ -4,7 +4,6 @@
 #include "read-cache-ll.h"
 #include "repository.h"
 #include "setup.h"
-#include "wrapper.h"
 
 int cmd__read_cache(int argc, const char **argv)
 {
diff --git a/tag.c b/tag.c
index c5426484b22691f2d9c3d9aedf8e6a7d2aaa3acf..fc3834db467dc4e83ca0a24da61a3f39048f3ec2 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -10,7 +10,6 @@
 #include "gpg-interface.h"
 #include "hex.h"
 #include "packfile.h"
-#include "wrapper.h"
 
 const char *tag_type = "tag";
 
index 50c377134ce602c3a9f8ed1ec6344bd4da7eb18f..423266e4c7cad48debeeb7e62d3920cb33686713 100644 (file)
@@ -46,7 +46,6 @@
 #include "path.h"
 #include "tempfile.h"
 #include "sigchain.h"
-#include "wrapper.h"
 
 static VOLATILE_LIST_HEAD(tempfile_list);
 
diff --git a/trace.c b/trace.c
index 592c141d785a913d45a6910f048b087204ddecdc..971a68abe84bf02656bf9cd5eab584833f3da9f7 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -27,7 +27,6 @@
 #include "quote.h"
 #include "setup.h"
 #include "trace.h"
-#include "wrapper.h"
 
 struct trace_key trace_default_key = { "GIT_TRACE", 0, 0, 0 };
 struct trace_key trace_perf_key = TRACE_KEY_INIT(PERFORMANCE);
index 5c0bc6a896e2216fd9d14f7727f97693350a7d25..49811ef176dbc5af5e33fe47cf93cf1f57719f5e 100644 (file)
@@ -19,7 +19,6 @@
 #include "refspec.h"
 #include "transport-internal.h"
 #include "protocol.h"
-#include "wrapper.h"
 
 static int debug;
 
index 4dc187a3885bcbf5180e85eb37b893d400e600b6..0a5794a944659f92b89e5c22d5d897041525e563 100644 (file)
@@ -30,7 +30,6 @@
 #include "object-store-ll.h"
 #include "color.h"
 #include "bundle-uri.h"
-#include "wrapper.h"
 
 static int transport_use_color = -1;
 static char transport_colors[][COLOR_MAXLEN] = {
index 318b650b1e818d87754008fdfd6dd13ec52b7c91..05b3ef461f04a8798664f285e02bcfbe2f155957 100644 (file)
@@ -32,7 +32,6 @@
 #include "commit-graph.h"
 #include "commit-reach.h"
 #include "shallow.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 /* Remember to update object flag allocation in object.h */
diff --git a/usage.c b/usage.c
index 46d99f8bd43a2456bf59337fab2101463c66b54b..09f0ed509b79c5a162f06a7f4cb5c5296d36be56 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -6,7 +6,6 @@
 #include "git-compat-util.h"
 #include "gettext.h"
 #include "trace2.h"
-#include "wrapper.h"
 
 static void vreportf(const char *prefix, const char *err, va_list params)
 {
index b4b01340a080d77b412026eada648c819916dfc6..3c547bf109fc337ad684f01ffa0f8406bf4ca49d 100644 (file)
@@ -12,7 +12,6 @@
 #include "dir.h"
 #include "wt-status.h"
 #include "config.h"
-#include "wrapper.h"
 
 void free_worktrees(struct worktree **worktrees)
 {
index 67f5f5dbe199f8362cad205a19f968687cb2906b..22be9812a7246f377fc5d1abed89599049c6d899 100644 (file)
--- a/wrapper.c
+++ b/wrapper.c
@@ -9,7 +9,6 @@
 #include "repository.h"
 #include "strbuf.h"
 #include "trace2.h"
-#include "wrapper.h"
 
 static intmax_t count_fsync_writeout_only;
 static intmax_t count_fsync_hardware_flush;
index cc9e0787a1de50e9032a06d4036835bc9d1b35b9..d8355c0c3e36830f8b9dbd9af696ed3917860c9e 100644 (file)
@@ -1,7 +1,6 @@
 #include "git-compat-util.h"
 #include "config.h"
 #include "run-command.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 /*