From 1f57c6c082576df4603d48f7164f51bf149e5cce Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 9 Feb 2016 16:04:14 +0000 Subject: [PATCH] Blink-IO.cpp: fix dual include of stdlib for no reason Signed-off-by: Brendan Le Foll --- examples/c++/Blink-IO.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/c++/Blink-IO.cpp b/examples/c++/Blink-IO.cpp index 10108e4..d362f37 100644 --- a/examples/c++/Blink-IO.cpp +++ b/examples/c++/Blink-IO.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include "mraa.hpp"