sysdefs.h: Don't include strings.h anymore.
commit0b64215170dd3562f207ef26f794755bcd600526
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jan 2023 09:56:11 +0000 (10 11:56 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jan 2023 09:56:11 +0000 (10 11:56 +0200)
tree1841d8aae6b0a91e92e0a0734634f59c905a6525
parentec2fc39fe4f4e6e242b3a669585049763968cdeb
sysdefs.h: Don't include strings.h anymore.

On some platforms src/xz/suffix.c may need <strings.h> for
strcasecmp() but suffix.c includes the header when it needs it.

Unless there is an old system that otherwise supports enough C99
to build XZ Utils but doesn't have C89/C90-compatible <string.h>,
there should be no need to include <strings.h> in sysdefs.h.
src/common/sysdefs.h