Index: Source/wtf/NullPtr.h |
diff --git a/Source/wtf/NullPtr.h b/Source/wtf/NullPtr.h |
index 83c9687306f8ae44362d12b9203a1cd5f76ae6c4..a40a1d89b0bf303ee9be60f03689f8c323dbf037 100644 |
--- a/Source/wtf/NullPtr.h |
+++ b/Source/wtf/NullPtr.h |
@@ -31,8 +31,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// nullptr_t type and nullptr object. They are defined in the same namespaces they |
// would be in compiler and library that had the support. |
-#include <ciso646> |
- |
#if COMPILER_SUPPORTS(CXX_NULLPTR) || defined(_LIBCPP_VERSION) |
#include <cstddef> |