treewide: be explicit about dependence on mem-pool.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 00:41:47 -07:00
committed by Junio C Hamano
parent 6f2d743043
commit 5bc07225e5
6 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#include "cache.h"
#include "alloc.h"
#include "gettext.h"
#include "mem-pool.h"
#include "split-index.h"
#include "ewah/ewok.h"