remove duplicated include

This commit is contained in:
Tomoaki Teshima 2016-10-05 06:53:34 +09:00
parent cecc1857dd
commit f6350bdfa8

View File

@ -223,10 +223,6 @@ enum CpuFeatures {
# define CV_NEON 1
#endif
#if defined(__ARM_NEON__) || defined(__aarch64__)
# include <arm_neon.h>
#endif
#if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__ || defined __ARM_NEON__) && !defined __SOFTFP__
# define CV_VFP 1
#endif