summaryrefslogtreecommitdiffstats
path: root/base/singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/singleton.h')
-rw-r--r--base/singleton.h1
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