]> git.ipfire.org Git - thirdparty/git.git/commit
compat: drop inclusion of <git-compat-util.h>
authorJunio C Hamano <gitster@pobox.com>
Sat, 24 Feb 2024 20:32:51 +0000 (12:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Feb 2024 22:37:41 +0000 (14:37 -0800)
commit2ca6c07db24fb6760ac38e3c7d45ee7b6c07f24e
tree7a75974f622e1cccc7f699e43ed4a770ff2e55ff
parent0d464a4e6a5a19bd8fbea1deae22d48d14dccb01
compat: drop inclusion of <git-compat-util.h>

These two header files are included from ordinary source files that
already include <git-compat-util.h> as the first header file as they
should.  There is no need to include the compat-util in these
headers.

"make hdr-check" is not affected, as it is designed to assume that
what <git-compat-util.h> offers is available to everybody without
being included.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/compiler.h
compat/disk.h