Commit df94d35a by Marcus Winter

fixed cpplint warnings

parent 8974b053
......@@ -29,8 +29,9 @@
#include <cassert>
#include <iterator>
#include <utility>
#include <functional>
#include <utility> // swap C++ 11
#include <algorithm> // swap C++ 98
#include <embb/base/exceptions.h>
#include <embb/mtapi/mtapi.h>
......
......@@ -28,7 +28,8 @@
#define EMBB_BASE_INTERNAL_MUTEX_INL_H_
#include <cassert>
#include <utility>
#include <utility> // swap C++ 11
#include <algorithm> // swap C++ 98
namespace embb {
namespace base {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment