summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf')
-rw-r--r--JavaScriptCore/wtf/TypeTraits.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/JavaScriptCore/wtf/TypeTraits.cpp b/JavaScriptCore/wtf/TypeTraits.cpp
index 7c00c38..36fc6c6 100644
--- a/JavaScriptCore/wtf/TypeTraits.cpp
+++ b/JavaScriptCore/wtf/TypeTraits.cpp
@@ -24,10 +24,6 @@
#include "Assertions.h"
-#if PLATFORM(ANDROID)
-#include <memory>
-#endif
-
namespace WTF {
COMPILE_ASSERT(IsInteger<bool>::value, WTF_IsInteger_bool_true);