summaryrefslogtreecommitdiff
path: root/src/color.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/color.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/color.cc')
-rw-r--r--src/color.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.cc b/src/color.cc
index 145a5381..71ef46b6 100644
--- a/src/color.cc
+++ b/src/color.cc
@@ -2,7 +2,7 @@
#include "exception.hh"
#include "ranges.hh"
-#include "string_utils.hh"
+#include "format.hh"
#include <cstdio>