mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 11:58:36 -04:00
Cleanup includes
This commit is contained in:
parent
85df524236
commit
38b231dd8a
@ -8,9 +8,6 @@
|
||||
#ifndef CONDITION_VARIABLE_H
|
||||
#define CONDITION_VARIABLE_H
|
||||
|
||||
#include <circular_buffer.hpp>
|
||||
#include <lock_guard.hpp>
|
||||
|
||||
#include "conc/wait_list.hpp"
|
||||
#include "conc/spinlock.hpp"
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
// http://www.opensource.org/licenses/MIT)
|
||||
//=======================================================================
|
||||
|
||||
#include <lock_guard.hpp>
|
||||
|
||||
#include "conc/condition_variable.hpp"
|
||||
|
||||
#include "scheduler.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user