[libc++abi] Remove redundant #include of <string.h>
authorLouis Dionne <ldionne@apple.com>
Tue, 1 Oct 2019 17:53:17 +0000 (17:53 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 1 Oct 2019 17:53:17 +0000 (17:53 +0000)
commit4ff35a8f0b90eb51c3648e265982ba126b4726a5
treed7cd9acd71ba037db3621f0029870b0b3d8f67c5
parent053014f8f92c4c10847ab441392caeb6a6d0c783
[libc++abi] Remove redundant #include of <string.h>

<string.h> is always included, so we don't need the additional #include
only in the _WIN32 case.

llvm-svn: 373365
libcxxabi/src/private_typeinfo.cpp