From 6ed01f402b3a54495c8d9e462b7674864fbbe402 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 9 Aug 2024 18:33:32 +1000 Subject: Reduce headers dependency graph Move more code into the implementation files to reduce the amount of code pulled by headers. --- src/json_ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/json_ui.cc') diff --git a/src/json_ui.cc b/src/json_ui.cc index 01768897..1efbf2a5 100644 --- a/src/json_ui.cc +++ b/src/json_ui.cc @@ -8,6 +8,7 @@ #include "keys.hh" #include "ranges.hh" #include "string_utils.hh" +#include "format.hh" #include #include -- cgit v1.2.3