Skip to content

Commit 872910b

Browse files
dixyescmb69
authored andcommitted
Remove unused include
1 parent 7693a01 commit 872910b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/standard/crc32.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
#include "crc32_x86.h"
2121

2222
#ifdef HAVE_AARCH64_CRC32
23-
#ifdef PHP_WIN32
24-
# include <intrin.h>
25-
#else
23+
#ifndef PHP_WIN32
2624
# include <arm_acle.h>
2725
#endif
2826
# if defined(__linux__)

0 commit comments

Comments
 (0)