From 89b973ed39d3dfd36e9f515ee9507904b9f56b62 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sun, 23 Jan 2022 20:24:42 -0500 Subject: [PATCH] COMP: removed/replaced unneeded #includes According to the comments above the includes, the thing they are including for is no longer used (MAC_OS_X_VERSION_MIN_REQUIRED). --- Modules/Core/Common/include/itkLightObject.h | 4 ---- Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx | 5 ----- 2 files changed, 9 deletions(-) diff --git a/Modules/Core/Common/include/itkLightObject.h b/Modules/Core/Common/include/itkLightObject.h index 84d4cc8eb10..fa7a0ad23a7 100644 --- a/Modules/Core/Common/include/itkLightObject.h +++ b/Modules/Core/Common/include/itkLightObject.h @@ -28,11 +28,7 @@ #include #if defined(_WIN32) -// To get LONG defined # include "itkWindows.h" -#elif defined(__APPLE__) -// To get MAC_OS_X_VERSION_MIN_REQUIRED defined -# include #endif namespace itk diff --git a/Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx b/Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx index f9ac0fcd326..30f6ab5b99c 100644 --- a/Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx +++ b/Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx @@ -31,11 +31,6 @@ #include "itksys/SystemTools.hxx" #include -#ifdef __APPLE__ -# include -# include -#endif - namespace itk { extern "C"