X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/22f4dca88cc008287b1ef01bb4da0d46cbcf76d1..57e1e31dce70a58da1736b9579a869c1df313a13:/common/crc.h diff --git a/common/crc.h b/common/crc.h index 56f04357..22b703fe 100644 --- a/common/crc.h +++ b/common/crc.h @@ -9,9 +9,7 @@ #ifndef __CRC_H #define __CRC_H -#include //uint32+ -#include //bool -#include +#include "common.h" //stdint, stddef, stdbool #include "util.h" // reflect, bswap_16 typedef struct crc {