]> git.ipfire.org Git - thirdparty/git.git/commit - t/helper/test-tool.h
test-tool.h: include git-compat-util.h
authorJeff King <peff@peff.net>
Tue, 21 Aug 2018 18:41:40 +0000 (14:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Aug 2018 19:11:40 +0000 (12:11 -0700)
commit69d846f05381af76be2b92f257dec68a2362c64d
tree285ac002dfc82a77196a2934c4583359d7490384
parent53f9a3e157dbbc901a02ac2c73346d375e24978c
test-tool.h: include git-compat-util.h

The test-tool programs include "test-tool.h" as their first
include, which breaks our CodingGuideline of "the first
include must be git-compat-util.h or an equivalent".

Rather than change them all, let's instead make test-tool.h
one of those equivalents, just like we do for builtin.h
(which many of the actual git builtins include first).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-tool.h