uORBUtils: remove #include <string>

Avoid including <string> which can cause problems on NuttX
This commit is contained in:
Beat Küng 2016-10-24 08:59:07 +02:00 committed by Lorenz Meier
parent d0dace7c23
commit 3029555016

View File

@ -34,7 +34,6 @@
#define _uORBUtils_hpp_
#include "uORBCommon.hpp"
#include <string>
namespace uORB
{