From cb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 30 Jul 2024 14:43:06 +0200 Subject: [PATCH] example/passthrough_hp: Remove unused includes Fix some clang-tidy warnings. Signed-off-by: Bernd Schubert --- example/passthrough_hp.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index eb225b5..4dab544 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -69,12 +69,8 @@ #include #include #include -#include #include "cxxopts.hpp" #include -#include -#include -#include #include using namespace std; -- 2.30.2