| Index: base/waitable_event.h
|
| diff --git a/base/waitable_event.h b/base/waitable_event.h
|
| index d3b495257cd6f4076b0f9e0ef46e173581562a8b..31aa085df40201adc102910e3929664fd5eeb98b 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
|
|
|