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

@ -2,6 +2,7 @@
* Copyright (c) 2011, Google Inc.
*/
#include "cache.h"
#include "convert.h"
#include "environment.h"
#include "streaming.h"
#include "repository.h"