remove unneeded #include of Worklet headers

This commit is contained in:
Li-Ta Lo 2022-01-30 17:09:31 -07:00
parent 171e4ba9a2
commit 2ab05f2613

@ -7,8 +7,6 @@
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#include <vtkm/worklet/DispatcherMapTopology.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/cont/ArrayHandleXGCCoordinates.h>
#include <vtkm/cont/CellSetExtrude.h>