Skip to content

Commit

Permalink
Cleanup some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 30, 2024
1 parent 329d2de commit 62236c6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion c-bindings/wrapper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <stdint.h>
#include "picosha2.hpp"

extern "C" {
bool validate_proof(const uint8_t* plot_id, uint8_t k, const uint8_t* challenge, const uint8_t* proof, uint16_t proof_len, uint8_t* quality_buf);
Expand Down
1 change: 0 additions & 1 deletion src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <set>

#include "cxxopts.hpp"
#include "../lib/include/picosha2.hpp"
#include "plotter_disk.hpp"
#include "prover_disk.hpp"
#include "verifier.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/verifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <vector>

#include "calculate_bucket.hpp"
#include "../lib/include/picosha2.hpp"

class Verifier {
public:
Expand Down
1 change: 0 additions & 1 deletion tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <catch2/catch_session.hpp>
#include <catch2/matchers/catch_matchers.hpp>

#include "../lib/include/picosha2.hpp"
#include "calculate_bucket.hpp"
#include "disk.hpp"
#include "plotter_disk.hpp"
Expand Down

0 comments on commit 62236c6

Please sign in to comment.