summaryrefslogtreecommitdiff
path: root/src/string_utils.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-19 08:13:45 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-19 08:13:45 +1000
commit29d0596c715d5f74e2fc8cef6d60d7256c8b0307 (patch)
treed853e65a1dd198aa50e3cc33937e5733c90c982c /src/string_utils.cc
parentf4d8a831ff84eaf9280bf000133c661d4359bfa3 (diff)
parent64ed046e5a841520506e1954ff0bd756ea112d94 (diff)
Merge remote-tracking branch 'arrufat/includes-cleanup'
Diffstat (limited to 'src/string_utils.cc')
-rw-r--r--src/string_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string_utils.cc b/src/string_utils.cc
index b76c7511..d533a12b 100644
--- a/src/string_utils.cc
+++ b/src/string_utils.cc
@@ -5,8 +5,6 @@
#include "unit_tests.hh"
#include "ranges.hh"
-#include <charconv>
-
namespace Kakoune
{