move Swap.h last

This commit is contained in:
Li-Ta Lo 2022-02-08 13:14:32 -07:00
parent c65ed17727
commit e7aee0076f

@ -8,10 +8,12 @@
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#include <vtkm/Swap.h>
#include <vtkm/filter/image_processing/ImageMedian.h>
#include <vtkm/worklet/WorkletPointNeighborhood.h>
// NOTE BIEN!!! This line has to come last!!! Otherwise CUDA complains!!! NEIB ETON
#include <vtkm/Swap.h>
namespace vtkm
{
namespace worklet