X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/22f4dca88cc008287b1ef01bb4da0d46cbcf76d1..bdeac4021ae44ba5efa58c236ad48a0c1597ae06:/common/crc.h?ds=sidebyside 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 {