From 369fc1d3ae86751dfca0b1555b9c4cbf5c1f40e1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 10 Mar 2023 10:47:28 +0100 Subject: [PATCH] bindings: cxx: examples: gpiomoncxx: drop unused header include We don't need to include in the gpiomon C++ example. Signed-off-by: Bartosz Golaszewski --- bindings/cxx/examples/gpiomoncxx.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2