From eb7d34333b0698e8e1a8af4f2be908ab08cb2089 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 19 Feb 2025 20:58:49 +1100 Subject: Cleanup file.cc/hh dependencies file.cc/hh should not know about Context, Buffer, etc... It should be a pretty low level set of helper functions. Move buffer related functions to buffer_utils and extract busy indicators to callers. --- src/buffer_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer_manager.cc') diff --git a/src/buffer_manager.cc b/src/buffer_manager.cc index 8d2820b2..c7d8f0aa 100644 --- a/src/buffer_manager.cc +++ b/src/buffer_manager.cc @@ -4,7 +4,7 @@ #include "buffer.hh" #include "client_manager.hh" #include "exception.hh" -#include "file.hh" +#include "buffer_utils.hh" #include "ranges.hh" #include "string.hh" #include "regex.hh" -- cgit v1.2.3