From 3029555016a8fe719e61cf1eb057a69dbbfbb676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 24 Oct 2016 08:59:07 +0200 Subject: [PATCH] uORBUtils: remove #include Avoid including which can cause problems on NuttX --- src/modules/uORB/uORBUtils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/uORB/uORBUtils.hpp b/src/modules/uORB/uORBUtils.hpp index 4593f1a95e..176b8fe0aa 100644 --- a/src/modules/uORB/uORBUtils.hpp +++ b/src/modules/uORB/uORBUtils.hpp @@ -34,7 +34,6 @@ #define _uORBUtils_hpp_ #include "uORBCommon.hpp" -#include namespace uORB {