diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:35:04 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:35:04 +1000 |
| commit | c8f8548130d07c210d4fec0188f52633858ed228 (patch) | |
| tree | b5aa0e4ad0643e5267c0de2ad90192575616a58a /src/string_utils.cc | |
| parent | 7a60ae9a7f7cb8feb9a688ecda8c1d59ccc0f0ad (diff) | |
More include fixes
Diffstat (limited to 'src/string_utils.cc')
| -rw-r--r-- | src/string_utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_utils.cc b/src/string_utils.cc index 42b299f9..b6e06af2 100644 --- a/src/string_utils.cc +++ b/src/string_utils.cc @@ -5,7 +5,6 @@ #include "unit_tests.hh" #include <charconv> -#include <cstdio> namespace Kakoune { |
