diff options
Diffstat (limited to 'src/feature/hs_common/replaycache.c')
-rw-r--r-- | src/feature/hs_common/replaycache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/hs_common/replaycache.c b/src/feature/hs_common/replaycache.c index b5cc6a2823..1d3f20e819 100644 --- a/src/feature/hs_common/replaycache.c +++ b/src/feature/hs_common/replaycache.c @@ -21,8 +21,8 @@ #define REPLAYCACHE_PRIVATE -#include "or/or.h" -#include "or/replaycache.h" +#include "core/or/or.h" +#include "feature/hs_common/replaycache.h" /** Free the replaycache r and all of its entries. */ |