X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/df007486f5119620e09930b030c29b62e67bb0b4..87a513aa1d0f6eccd85b46d06cd13499d048f8c9:/client/util.h diff --git a/client/util.h b/client/util.h index f81d7d88..7a2fd46f 100644 --- a/client/util.h +++ b/client/util.h @@ -13,10 +13,9 @@ #include #include #include -#include #include // math.pow +#include "proxmark3.h" // time_t #include "data.h" // for FILE_PATH_SIZE -#include "proxmark3.h" #ifndef BITMASK # define BITMASK(X) (1 << (X))