diff options
Diffstat (limited to 'base/singleton.h')
-rw-r--r-- | base/singleton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/singleton.h b/base/singleton.h index ccb2c7d..3fe16ce 100644 --- a/base/singleton.h +++ b/base/singleton.h @@ -8,7 +8,6 @@ #include "base/at_exit.h" #include "base/atomicops.h" -#include "base/platform_thread.h" #include "base/third_party/dynamic_annotations/dynamic_annotations.h" // Default traits for Singleton<Type>. Calls operator new and operator delete on |