uORB Devices NuttX: Fix Build under GCC 4.9.x

Remove "algorithm.h" from included files; similar bug and solution as seen in #3022
This commit is contained in:
Jonathan Lee 2015-10-20 10:34:11 -07:00 committed by Lorenz Meier
parent a57f8e2ce3
commit ceffa3fadb
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@
#include <fcntl.h>
#include <errno.h>
#include <nuttx/arch.h>
#include <algorithm>
#include "uORBDevices_nuttx.hpp"
#include "uORBUtils.hpp"
#include "uORBManager.hpp"
@ -684,4 +683,3 @@ uORB::DeviceNode *uORB::DeviceMaster::GetDeviceNode(const char *nodepath)
return rc;
}