Skip to content

Commit e955827

Browse files
committed
Remove unused include
1 parent 701c602 commit e955827

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
#if 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)