From 90a067516d895d180006eff3a0818da2d144b1b3 Mon Sep 17 00:00:00 2001 From: Chaithya G R Date: Tue, 10 Dec 2024 08:50:21 +0100 Subject: [PATCH] remove span --- include/finufft/finufft_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/finufft/finufft_core.h b/include/finufft/finufft_core.h index d34f60b8f..92237b707 100644 --- a/include/finufft/finufft_core.h +++ b/include/finufft/finufft_core.h @@ -62,7 +62,6 @@ #include #include #include -#include // All indexing in library that potentially can exceed 2^31 uses 64-bit signed. // This includes all calling arguments (eg M,N) that could be huge someday.