Skip to content

Commit

Permalink
remove unnecessary forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtrombetta committed Jan 22, 2024
1 parent c43c645 commit 24b2ae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
29 changes: 0 additions & 29 deletions sxt/cbindings/backend/cpu_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,6 @@
#include "sxt/base/container/span.h"
#include "sxt/cbindings/backend/computational_backend.h"

namespace sxt::mtxb {
struct exponent_sequence;
}

namespace sxt::rstt {
class compressed_element;
}

namespace sxt::c21t {
struct element_p3;
}

namespace sxt::cg1t {
class compressed_element;
struct element_p2;
} // namespace sxt::cg1t

namespace sxt::s25t {
class element;
}

namespace sxt::prft {
class transcript;
}

namespace sxt::prfip {
struct proof_descriptor;
}

namespace sxt::cbnbck {

//--------------------------------------------------------------------------------------------------
Expand Down
29 changes: 0 additions & 29 deletions sxt/cbindings/backend/gpu_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,6 @@
#include "sxt/base/container/span.h"
#include "sxt/cbindings/backend/computational_backend.h"

namespace sxt::mtxb {
struct exponent_sequence;
}

namespace sxt::rstt {
class compressed_element;
}

namespace sxt::c21t {
struct element_p3;
}

namespace sxt::cg1t {
class compressed_element;
struct element_p2;
} // namespace sxt::cg1t

namespace sxt::s25t {
class element;
}

namespace sxt::prft {
class transcript;
}

namespace sxt::prfip {
struct proof_descriptor;
}

namespace sxt::cbnbck {

//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 24b2ae1

Please sign in to comment.