diff options
Diffstat (limited to 'Modules/_blake2/blake2module.c')
-rw-r--r-- | Modules/_blake2/blake2module.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/_blake2/blake2module.c b/Modules/_blake2/blake2module.c index 3b6bba2..44d783b 100644 --- a/Modules/_blake2/blake2module.c +++ b/Modules/_blake2/blake2module.c @@ -13,8 +13,7 @@ #endif #include "Python.h" - -#include "impl/blake2.h" +#include "blake2module.h" extern PyType_Spec blake2b_type_spec; extern PyType_Spec blake2s_type_spec; |