diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-09 18:16:51 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-12 20:02:11 +1000 |
| commit | 1a52006c3d215196997a2cd12450795d4ae4a1ca (patch) | |
| tree | 9cae5c08d6fa0a0ec4017b6a0156e64924eeb898 /src/parameters_parser.hh | |
| parent | 2d9886afe76adde9f33fc0c0454146176857a6f2 (diff) | |
Extract format implementation to its own file
Split it to avoid pulling all string_utils dependencies for just
format.
Diffstat (limited to 'src/parameters_parser.hh')
| -rw-r--r-- | src/parameters_parser.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parameters_parser.hh b/src/parameters_parser.hh index c11dc501..7d26c3bb 100644 --- a/src/parameters_parser.hh +++ b/src/parameters_parser.hh @@ -8,7 +8,7 @@ #include "optional.hh" #include "flags.hh" #include "string.hh" -#include "string_utils.hh" +#include "format.hh" #include <functional> |
