projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75d2c5
)
example/passthrough_hp: Remove unused includes
author
Bernd Schubert
<bschubert@ddn.com>
Tue, 30 Jul 2024 12:43:06 +0000
(14:43 +0200)
committer
Bernd 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
patch
|
blob
|
history
diff --git
a/example/passthrough_hp.cc
b/example/passthrough_hp.cc
index eb225b5910165c087bc945e3db7f2af81251f6cf..4dab544d5f2f7801651e96e89c1a5fcac6e82455 100644
(file)
--- 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;