Index: base/lazy_instance.cc |
diff --git a/base/lazy_instance.cc b/base/lazy_instance.cc |
index 32bb7883df07f64d8921578530dfefdf7815e8c9..fda34f82325cc0d03ce756db90585ab56dcaac22 100644 |
--- a/base/lazy_instance.cc |
+++ b/base/lazy_instance.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/lazy_instance.h" |
+#include <stdbool.h> |
#include "base/at_exit.h" |
-#include "base/atomicops.h" |
-#include "base/basictypes.h" |
-#include "base/threading/platform_thread.h" |
+#include "base/atomicops_internals_x86_macosx.h" |
+#include "base/lazy_instance.h" |
#include "base/third_party/dynamic_annotations/dynamic_annotations.h" |
+#include "base/threading/platform_thread.h" |
namespace base { |