diff options
Diffstat (limited to 'src/common/crypto_format.h')
-rw-r--r-- | src/common/crypto_format.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/crypto_format.h b/src/common/crypto_format.h index 4df89c05bc..325b1ef44d 100644 --- a/src/common/crypto_format.h +++ b/src/common/crypto_format.h @@ -7,9 +7,9 @@ #ifndef TOR_CRYPTO_FORMAT_H #define TOR_CRYPTO_FORMAT_H -#include "testsupport.h" -#include "torint.h" -#include "crypto_ed25519.h" +#include "common/testsupport.h" +#include "common/torint.h" +#include "common/crypto_ed25519.h" int crypto_write_tagged_contents_to_file(const char *fname, const char *typestring, |