example/passthrough_hp: Remove unused includes
authorBernd Schubert <bschubert@ddn.com>
Tue, 30 Jul 2024 12:43:06 +0000 (14:43 +0200)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Thu, 1 Aug 2024 14:04:57 +0000 (16:04 +0200)
Fix some clang-tidy warnings.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
example/passthrough_hp.cc

index eb225b5910165c087bc945e3db7f2af81251f6cf..4dab544d5f2f7801651e96e89c1a5fcac6e82455 100644 (file)
 #include <cstddef>
 #include <cstdio>
 #include <cstdlib>
-#include <list>
 #include "cxxopts.hpp"
 #include <mutex>
-#include <fstream>
-#include <thread>
-#include <iomanip>
 #include <syslog.h>
 
 using namespace std;