Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cpp/include/rapidsmpf/bootstrap/slurm_backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#pragma once

#include <rapidsmpf/config.hpp>

#ifdef RAPIDSMPF_HAVE_SLURM

#include <array>
Expand Down
1 change: 0 additions & 1 deletion cpp/src/bootstrap/bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <rapidsmpf/bootstrap/file_backend.hpp>
#include <rapidsmpf/bootstrap/socket_backend.hpp>
#include <rapidsmpf/bootstrap/utils.hpp>
#include <rapidsmpf/config.hpp>

#ifdef RAPIDSMPF_HAVE_SLURM
#include <rapidsmpf/bootstrap/slurm_backend.hpp>
Expand Down
1 change: 0 additions & 1 deletion cpp/src/bootstrap/file_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <rapidsmpf/bootstrap/file_backend.hpp>
#include <rapidsmpf/bootstrap/utils.hpp>
#include <rapidsmpf/error.hpp>

// NOTE: Do not use RAPIDSMPF_EXPECTS or RAPIDSMPF_FAIL in this file.
// Using these macros introduces a CUDA dependency via rapidsmpf/error.hpp.
Expand Down
Loading