InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

COMP: Remove unused itkFilterWatcher header include. #78

Closed jhlegarreta closed 6 years ago

jhlegarreta commented 6 years ago

Remove unused itkFilterWatcher header include.

The itk::FilterWatcher class was removed in favour of itk::SimpleFilterWatcher (and thus, its header file named itkFilterWatcher.h was deleted) in this gerrit topic: http://review.source.kitware.com/#/c/23415/

This bug was identified thanks to the following gerrit topic: http://review.source.kitware.com/#/c/23428/

phcerdan commented 6 years ago

Thanks heaps @jhlegarreta, and sorry about the delay, hopefully I will have more time from now on.