From: Bartosz Golaszewski Date: Fri, 10 Mar 2023 09:47:28 +0000 (+0100) Subject: bindings: cxx: examples: gpiomoncxx: drop unused header include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=369fc1d3ae86751dfca0b1555b9c4cbf5c1f40e1;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: examples: gpiomoncxx: drop unused header include We don't need to include in the gpiomon C++ example. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/examples/gpiomoncxx.cpp b/bindings/cxx/examples/gpiomoncxx.cpp index 7dc20c4..8325bf8 100644 --- a/bindings/cxx/examples/gpiomoncxx.cpp +++ b/bindings/cxx/examples/gpiomoncxx.cpp @@ -3,7 +3,6 @@ /* Simplified C++ reimplementation of the gpiomon tool. */ -#include #include #include #include