treewide: remove unnecessary includes for wrapper.h

Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Calvin Wan
2023-07-05 17:09:23 +00:00
committed by Junio C Hamano
parent 28aed75a9f
commit da9502ff4d
74 changed files with 0 additions and 74 deletions

1
path.c
View File

@ -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)
{