summaryrefslogtreecommitdiff
path: root/src/shared_string.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-14 22:04:35 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-14 22:04:35 +1000
commit01cb818c2077f5059bfa84834298bb813aa9baca (patch)
treecd87ab8afc5a92551299ae98cff16cdc11aaf119 /src/shared_string.hh
parent575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff)
Reduce number of included headers
Diffstat (limited to 'src/shared_string.hh')
-rw-r--r--src/shared_string.hh1
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