From: Bernd Schubert Date: Tue, 30 Jul 2024 12:43:06 +0000 (+0200) Subject: example/passthrough_hp: Remove unused includes X-Git-Tag: fuse-3.17.1-rc0~83 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cb7c16acbf138e613b851b7fcc1f4b5fabd5ddcd;p=qemu-gpiodev%2Flibfuse.git example/passthrough_hp: Remove unused includes Fix some clang-tidy warnings. Signed-off-by: Bernd Schubert --- 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;