summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/hs_descriptor.h2
-rw-r--r--src/or/nodelist.c2
-rw-r--r--src/or/or.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h
index 219b93444e..d16234969d 100644
--- a/src/or/hs_descriptor.h
+++ b/src/or/hs_descriptor.h
@@ -12,7 +12,7 @@
#include <stdint.h>
#include "or/or.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_ed25519.h"
#include "trunnel/ed25519_cert.h" /* needed for trunnel */
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index 561ac9fdaa..bc04ab9526 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -41,7 +41,7 @@
#define NODELIST_PRIVATE
#include "or/or.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "common/address_set.h"
#include "or/bridges.h"
#include "or/config.h"
diff --git a/src/or/or.h b/src/or/or.h
index 528159b4c6..a71cb6b00a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -72,7 +72,7 @@
#include "lib/container/smartlist.h"
#include "lib/container/map.h"
#include "lib/compress/compress.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "common/compat_libevent.h"
#include "ht.h"
#include "common/confline.h"