summaryrefslogtreecommitdiff
path: root/src/register_manager.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-09 18:16:51 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-12 20:02:11 +1000
commit1a52006c3d215196997a2cd12450795d4ae4a1ca (patch)
tree9cae5c08d6fa0a0ec4017b6a0156e64924eeb898 /src/register_manager.cc
parent2d9886afe76adde9f33fc0c0454146176857a6f2 (diff)
Extract format implementation to its own file
Split it to avoid pulling all string_utils dependencies for just format.
Diffstat (limited to 'src/register_manager.cc')
-rw-r--r--src/register_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/register_manager.cc b/src/register_manager.cc
index a189c5b6..bb198dc6 100644
--- a/src/register_manager.cc
+++ b/src/register_manager.cc
@@ -3,7 +3,7 @@
#include "assert.hh"
#include "context.hh"
#include "hash_map.hh"
-#include "string_utils.hh"
+#include "format.hh"
namespace Kakoune
{