Skip to content

Commit

Permalink
COMP: removed/replaced unneeded #includes
Browse files Browse the repository at this point in the history
According to the comments above the includes, the thing they are including for is no longer used (MAC_OS_X_VERSION_MIN_REQUIRED).
  • Loading branch information
seanm authored and hjmjohnson committed Feb 4, 2022
1 parent cf557c3 commit 89b973e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions Modules/Core/Common/include/itkLightObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
#include <typeinfo>

#if defined(_WIN32)
// To get LONG defined
# include "itkWindows.h"
#elif defined(__APPLE__)
// To get MAC_OS_X_VERSION_MIN_REQUIRED defined
# include <AvailabilityMacros.h>
#endif

namespace itk
Expand Down
5 changes: 0 additions & 5 deletions Modules/Core/Common/src/itkPlatformMultiThreaderPosix.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
#include "itksys/SystemTools.hxx"
#include <unistd.h>

#ifdef __APPLE__
# include <sys/types.h>
# include <sys/sysctl.h>
#endif

namespace itk
{
extern "C"
Expand Down

0 comments on commit 89b973e

Please sign in to comment.