Skip to content

Commit

Permalink
Update partition_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Apr 14, 2022
1 parent 9213be0 commit be6d008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cpp/tests/partitioning/partition_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <cudf/copying.hpp>
#include <cudf/partitioning.hpp>
#include <cudf/sorting.hpp>
#include <cudf/table/table.hpp>

#include <cudf_test/base_fixture.hpp>
#include <cudf_test/column_utilities.hpp>
#include <cudf_test/column_wrapper.hpp>
#include <cudf_test/table_utilities.hpp>
#include <cudf_test/type_lists.hpp>

#include <cudf/copying.hpp>
#include <cudf/partitioning.hpp>
#include <cudf/sorting.hpp>
#include <cudf/table/table.hpp>

template <typename T>
class PartitionTest : public cudf::test::BaseFixture {
using value_type = cudf::test::GetType<T, 0>;
Expand Down

0 comments on commit be6d008

Please sign in to comment.