treewide: be explicit about dependence on convert.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-11 03:00:40 +00:00
committed by Junio C Hamano
parent 6c6ddf92d5
commit 73359a9b43
15 changed files with 14 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#include "cache.h"
#include "abspath.h"
#include "branch.h"
#include "convert.h"
#include "environment.h"
#include "gettext.h"
#include "repository.h"