diff options
Diffstat (limited to 'base/waitable_event.h')
-rw-r--r-- | base/waitable_event.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/waitable_event.h b/base/waitable_event.h index d3b4952..31aa085 100644 --- a/base/waitable_event.h +++ b/base/waitable_event.h @@ -14,13 +14,10 @@ #if defined(OS_POSIX) #include <list> #include <utility> -#include "base/condition_variable.h" #include "base/lock.h" #include "base/ref_counted.h" #endif -#include "base/message_loop.h" - namespace base { // This replaces INFINITE from Win32 |