From 0dab29ce1069c2ebec22a75669aa8242fdc15882 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Jun 2018 09:35:05 -0400 Subject: Run rectify_include_paths.py --- src/common/tortls.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common/tortls.h') diff --git a/src/common/tortls.h b/src/common/tortls.h index c86b98885a..c7b319761d 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -11,10 +11,10 @@ * \brief Headers for tortls.c **/ -#include "crypto_rsa.h" -#include "compat_openssl.h" -#include "compat.h" -#include "testsupport.h" +#include "common/crypto_rsa.h" +#include "common/compat_openssl.h" +#include "common/compat.h" +#include "common/testsupport.h" /* Opaque structure to hold a TLS connection. */ typedef struct tor_tls_t tor_tls_t; -- cgit v1.2.3-54-g00ecf