summaryrefslogtreecommitdiffstats
path: root/base/synchronization/condition_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/condition_variable.h')
-rw-r--r--base/synchronization/condition_variable.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/base/synchronization/condition_variable.h b/base/synchronization/condition_variable.h
index 91e4d13..a41b2ba 100644
--- a/base/synchronization/condition_variable.h
+++ b/base/synchronization/condition_variable.h
@@ -65,17 +65,16 @@
#ifndef BASE_SYNCHRONIZATION_CONDITION_VARIABLE_H_
#define BASE_SYNCHRONIZATION_CONDITION_VARIABLE_H_
+#include "base/base_export.h"
+#include "base/logging.h"
+#include "base/macros.h"
+#include "base/synchronization/lock.h"
#include "build/build_config.h"
#if defined(OS_POSIX)
#include <pthread.h>
#endif
-#include "base/base_export.h"
-#include "base/basictypes.h"
-#include "base/logging.h"
-#include "base/synchronization/lock.h"
-
namespace base {
class ConditionVarImpl;