Internal.h doesn't need to include <vector>

This commit is contained in:
2024-08-24 10:38:07 -07:00
parent 849e2d3e5c
commit 795ae7cb01
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ using namespace weaselab;
#include <thread>
#include <unordered_set>
#include <utility>
#include <vector>
#include <callgrind.h>

View File

@@ -25,6 +25,7 @@
#include <algorithm>
#include <span>
#include <vector>
std::span<const uint8_t> keyAfter(Arena &arena, std::span<const uint8_t> key) {
auto result =