diff options
Diffstat (limited to 'src/common/crypto_digest.h')
-rw-r--r-- | src/common/crypto_digest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto_digest.h b/src/common/crypto_digest.h index 631e6e589a..25ca5ceda7 100644 --- a/src/common/crypto_digest.h +++ b/src/common/crypto_digest.h @@ -15,8 +15,8 @@ #include <stdio.h> -#include "container.h" -#include "torint.h" +#include "common/container.h" +#include "common/torint.h" /** Length of the output of our message digest. */ #define DIGEST_LEN 20 |