aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2024-07-30 14:43:06 +0200
committerBernd Schubert <bernd.schubert@fastmail.fm>2024-08-01 16:04:57 +0200
commitcb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd (patch)
treecce87827da8a1a7bdc285e0690c0d97253f3946b
parente75d2c54a347906478724be24bfa1df2638094cb (diff)
downloadlibfuse-cb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd.tar.gz
example/passthrough_hp: Remove unused includes
Fix some clang-tidy warnings. Signed-off-by: Bernd Schubert <bschubert@ddn.com>
-rw-r--r--example/passthrough_hp.cc4
1 files changed, 0 insertions, 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 <cstddef>
#include <cstdio>
#include <cstdlib>
-#include <list>
#include "cxxopts.hpp"
#include <mutex>
-#include <fstream>
-#include <thread>
-#include <iomanip>
#include <syslog.h>
using namespace std;