Skip to content

Commit

Permalink
delete unnecessary include
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed May 20, 2022
1 parent a9a2579 commit f86f15e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/centrality/eigenvector_centrality_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <rmm/exec_policy.hpp>

#include <thrust/fill.h>
#include <thrust/for_each.h>
#include <thrust/iterator/constant_iterator.h>
#include <thrust/iterator/zip_iterator.h>
#include <thrust/transform.h>
Expand Down

0 comments on commit f86f15e

Please sign in to comment.