diff options
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r-- | beecrypt/hmac.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c index c28770a05..7d4723198 100644 --- a/beecrypt/hmac.c +++ b/beecrypt/hmac.c @@ -27,14 +27,12 @@ * \ingroup HMAC_m */ -#define BEECRYPT_DLL_EXPORT +#include "system.h" -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include "hmac.h" +#include "endianness.h" -#include "beecrypt/hmac.h" -#include "beecrypt/endianness.h" +#include "debug.h" /*!\addtogroup HMAC_m * \{ |