Partially removed all references to STL's algorithm. <algorithm> is not included anywhere, though still used in several places which still alows the code to compile as <algorithm> is being pulled in from some other standard headers.

This commit is contained in:
Pavel Kirienko
2014-05-04 21:22:18 +04:00
parent d0c2898def
commit 0db43b6489
13 changed files with 10 additions and 16 deletions
@@ -4,7 +4,6 @@
#include <uavcan/protocol/node_status_monitor.hpp>
#include <uavcan/debug.hpp>
#include <algorithm>
#include <cassert>
#include <cstdlib>