🔥 removed iostream header leftover from debugging

This commit is contained in:
EntireTwix 2021-07-08 02:21:07 -07:00
parent 826db0baef
commit 6e688f1385

View file

@ -1,5 +1,4 @@
#include "xxhash_str.h" #include "xxhash_str.h"
#include <iostream>
XXH64_hash_t xxHashStringGen::operator()(const std::string &str) const noexcept XXH64_hash_t xxHashStringGen::operator()(const std::string &str) const noexcept
{ {