diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-19 08:13:45 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-19 08:13:45 +1000 |
| commit | 29d0596c715d5f74e2fc8cef6d60d7256c8b0307 (patch) | |
| tree | d853e65a1dd198aa50e3cc33937e5733c90c982c /src/string_utils.cc | |
| parent | f4d8a831ff84eaf9280bf000133c661d4359bfa3 (diff) | |
| parent | 64ed046e5a841520506e1954ff0bd756ea112d94 (diff) | |
Merge remote-tracking branch 'arrufat/includes-cleanup'
Diffstat (limited to 'src/string_utils.cc')
| -rw-r--r-- | src/string_utils.cc | 2 |
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 { |
