diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 22:04:35 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 22:04:35 +1000 |
| commit | 01cb818c2077f5059bfa84834298bb813aa9baca (patch) | |
| tree | cd87ab8afc5a92551299ae98cff16cdc11aaf119 /src/shared_string.hh | |
| parent | 575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff) | |
Reduce number of included headers
Diffstat (limited to 'src/shared_string.hh')
| -rw-r--r-- | src/shared_string.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared_string.hh b/src/shared_string.hh index 78e9fef4..79c34830 100644 --- a/src/shared_string.hh +++ b/src/shared_string.hh @@ -6,7 +6,6 @@ #include "utils.hh" #include "hash_map.hh" -#include <numeric> #include <cstring> namespace Kakoune |
