fix: remove minor string view dependencies

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-11-28 17:18:33 +00:00
committed by poiana
parent 68f4d5bb59
commit 15b57bd972
5 changed files with 2 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ limitations under the License.
#include <iostream>
#include <string>
#include <thread>
#include <nonstd/string_view.hpp>
#ifdef __GNUC__
#define likely(x) __builtin_expect(!!(x), 1)