diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/circuitlist.c | 2 | ||||
-rw-r--r-- | src/or/dir_server_st.h | 2 | ||||
-rw-r--r-- | src/or/entry_port_cfg_st.h | 2 | ||||
-rw-r--r-- | src/or/keypin.c | 2 | ||||
-rw-r--r-- | src/or/onion_ntor.h | 2 | ||||
-rw-r--r-- | src/or/or.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 1af970040d..9f64a1a20f 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -51,7 +51,7 @@ * logic, which was originally circuit-focused. **/ #define CIRCUITLIST_PRIVATE -#include "common/torint.h" /* TOR_PRIuSZ */ +#include "lib/cc/torint.h" /* TOR_PRIuSZ */ #include "or/or.h" #include "or/channel.h" diff --git a/src/or/dir_server_st.h b/src/or/dir_server_st.h index 8fdb04a7de..fe1f5c3d5f 100644 --- a/src/or/dir_server_st.h +++ b/src/or/dir_server_st.h @@ -7,7 +7,7 @@ #ifndef DIR_SERVER_ST_H #define DIR_SERVER_ST_H -#include "common/torint.h" +#include "lib/cc/torint.h" #include "or/or.h" #include "or/routerstatus_st.h" diff --git a/src/or/entry_port_cfg_st.h b/src/or/entry_port_cfg_st.h index 45dd844c46..9b07ccb067 100644 --- a/src/or/entry_port_cfg_st.h +++ b/src/or/entry_port_cfg_st.h @@ -7,7 +7,7 @@ #ifndef ENTRY_PORT_CFG_ST_H #define ENTRY_PORT_CFG_ST_H -#include "common/torint.h" +#include "lib/cc/torint.h" #include "or/or.h" struct entry_port_cfg_t { diff --git a/src/or/keypin.c b/src/or/keypin.c index 921a401a4f..17b5010fa5 100644 --- a/src/or/keypin.c +++ b/src/or/keypin.c @@ -18,7 +18,7 @@ #include "ht.h" #include "or/keypin.h" #include "siphash.h" -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/torlog.h" #include "common/util.h" #include "common/util_format.h" diff --git a/src/or/onion_ntor.h b/src/or/onion_ntor.h index 13a3298ac0..0dd66f1e87 100644 --- a/src/or/onion_ntor.h +++ b/src/or/onion_ntor.h @@ -4,7 +4,7 @@ #ifndef TOR_ONION_NTOR_H #define TOR_ONION_NTOR_H -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/crypto_curve25519.h" #include "lib/ctime/di_ops.h" diff --git a/src/or/or.h b/src/or/or.h index 66e69f3caa..53dc896072 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -26,7 +26,7 @@ #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> /* FreeBSD needs this to know what version it is */ #endif -#include "common/torint.h" +#include "lib/cc/torint.h" #ifdef HAVE_SYS_FCNTL_H #include <sys/fcntl.h> #endif |