Improve cond_var notifiers

But nobody uses it anyway, so clean up includes.
This commit is contained in:
Nekotekina 2020-11-05 18:59:01 +03:00
parent 7d56069243
commit 34fa010601
20 changed files with 69 additions and 71 deletions

View file

@ -9,7 +9,6 @@
#include <string_view>
#include "mutex.h"
#include "cond.h"
#include "lockless.h"
// Report error and call std::abort(), defined in main.cpp