From 6e688f13856871533be8d56078e08a47ae889600 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 8 Jul 2021 02:21:07 -0700 Subject: [PATCH] :fire: removed iostream header leftover from debugging --- src/xxhash_str.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xxhash_str.cpp b/src/xxhash_str.cpp index f112e09..3a984aa 100644 --- a/src/xxhash_str.cpp +++ b/src/xxhash_str.cpp @@ -1,5 +1,4 @@ #include "xxhash_str.h" -#include XXH64_hash_t xxHashStringGen::operator()(const std::string &str) const noexcept {