]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/system: move "dir.h" to its only user
authorPatrick Steinhardt <ps@pks.im>
Mon, 18 Nov 2024 15:33:52 +0000 (16:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Nov 2024 03:23:08 +0000 (12:23 +0900)
commit17e80398782b4e8746a389604aaaf9744fd6900a
tree23f9c678af55d553466e5656fb0eda7e6d4fda47
parent88d21e3176b2f29f34f567ac592e46cbb1d55ec0
reftable/system: move "dir.h" to its only user

We still include "dir.h" in "reftable/system.h" even though it is not
used by anything but by a single unit test. Move it over into that unit
test so that we don't accidentally use any functionality provided by it
in the reftable codebase.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/system.h
t/unit-tests/t-reftable-stack.c