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/display_buffer.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/display_buffer.hh') diff --git a/src/display_buffer.hh b/src/display_buffer.hh index c4ea6fb5..b1a18098 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -7,6 +7,8 @@ #include "string.hh" #include "vector.hh" #include "hash_map.hh" +#include "ranges.hh" + #include namespace Kakoune -- cgit v1.2.3