diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 00a57dfaec..7d69f8e6c4 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -12,8 +12,8 @@ * \brief Headers for tortls.c **/ -#include "../common/crypto.h" -#include "../common/compat.h" +#include "crypto.h" +#include "compat.h" /* Opaque structure to hold a TLS connection. */ typedef struct tor_tls_t tor_tls_t; |