Browse Source

Remove redundant include

pool
Sammy Libre 8 years ago
parent
commit
67ae53eaa1
  1. 3
      hashing/src/hashing.c

3
hashing/src/hashing.c

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#include <assert.h>
#define static_assert _Static_assert
#include "crypto/hash-ops.h"
void cryptonight_hash(const char* input, char* output, uint32_t len) {

Loading…
Cancel
Save