]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threading/event.h
Remove threads.h and replace its definitions with their C++11 equivalents (#5957)
[dragonfireclient.git] / src / threading / event.h
index 458864c8204bbc5cefa05876b7cbe32fcb90b81b..af91d04c73da74ee844ebf0ac4c1ff059739289b 100644 (file)
@@ -26,10 +26,7 @@ DEALINGS IN THE SOFTWARE.
 #ifndef THREADING_EVENT_H
 #define THREADING_EVENT_H
 
-#include "threads.h"
-
 #include <condition_variable>
-#include "threading/mutex_auto_lock.h"
 
 /** A syncronization primitive that will wake up one waiting thread when signaled.
  * Calling @c signal() multiple times before a waiting thread has had a chance