Skip to content

Commit

Permalink
COMP: seems all use of kwiml is no longer actually needed, removed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm authored and dzenanz committed Dec 20, 2021
1 parent d9f4b77 commit 85072c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Modules/IO/LSM/src/itkLSMImageIO.cxx
Expand Up @@ -28,7 +28,6 @@
#include "itkLSMImageIO.h"
#include "itkByteSwapper.h"

#include "itk_kwiml.h"
#include "itk_tiff.h"

/* Structure with LSM-specific data ( only in the first image directory). */
Expand Down
6 changes: 0 additions & 6 deletions Modules/ThirdParty/TIFF/src/itktiff/tif_config.h.in
Expand Up @@ -5,13 +5,7 @@
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@

#if defined( HAVE_STDINT_H )
#include <stdint.h>
#else
// the system doesn't have the C or C++ version of stdint so lets use
// KWIML's macros for fixed widths
#include "itk_kwiml.h"
#endif

/* Define if building universal (internal helper macro) */
#if defined(__APPLE__)
Expand Down

0 comments on commit 85072c0

Please sign in to comment.