aboutsummaryrefslogtreecommitdiff
path: root/sha1dc/ubc_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha1dc/ubc_check.h')
-rw-r--r--sha1dc/ubc_check.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sha1dc/ubc_check.h b/sha1dc/ubc_check.h
index b349bed92..b64c306d7 100644
--- a/sha1dc/ubc_check.h
+++ b/sha1dc/ubc_check.h
@@ -27,8 +27,6 @@
extern "C" {
#endif
-#include <stdint.h>
-
#define DVMASKSIZE 1
typedef struct { int dvType; int dvK; int dvB; int testt; int maski; int maskb; uint32_t dm[80]; } dv_info_t;
extern dv_info_t sha1_dvs[];