diff options
author | Bernd Schubert <bschubert@ddn.com> | 2024-07-30 14:43:06 +0200 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-08-01 16:04:57 +0200 |
commit | cb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd (patch) | |
tree | cce87827da8a1a7bdc285e0690c0d97253f3946b /example | |
parent | e75d2c54a347906478724be24bfa1df2638094cb (diff) | |
download | libfuse-cb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd.tar.gz |
example/passthrough_hp: Remove unused includes
Fix some clang-tidy warnings.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'example')
-rw-r--r-- | example/passthrough_hp.cc | 4 |
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; |