diff options
Diffstat (limited to 'src/or/rendcache.h')
-rw-r--r-- | src/or/rendcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendcache.h b/src/or/rendcache.h index 12af720cf3..bb075409ec 100644 --- a/src/or/rendcache.h +++ b/src/or/rendcache.h @@ -9,8 +9,8 @@ #ifndef TOR_RENDCACHE_H #define TOR_RENDCACHE_H -#include "or.h" -#include "rendcommon.h" +#include "or/or.h" +#include "or/rendcommon.h" /** How old do we let hidden service descriptors get before discarding * them as too old? */ |