diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/connection.c | 2 | ||||
-rw-r--r-- | src/or/connection.h | 2 | ||||
-rw-r--r-- | src/or/connection_edge.c | 2 | ||||
-rw-r--r-- | src/or/connection_or.c | 2 | ||||
-rw-r--r-- | src/or/control.c | 2 | ||||
-rw-r--r-- | src/or/directory.c | 2 | ||||
-rw-r--r-- | src/or/dirserv.c | 2 | ||||
-rw-r--r-- | src/or/geoip.c | 2 | ||||
-rw-r--r-- | src/or/main.c | 2 | ||||
-rw-r--r-- | src/or/proto_cell.c | 2 | ||||
-rw-r--r-- | src/or/proto_control0.c | 2 | ||||
-rw-r--r-- | src/or/proto_ext_or.c | 2 | ||||
-rw-r--r-- | src/or/proto_http.c | 2 | ||||
-rw-r--r-- | src/or/proto_socks.c | 2 | ||||
-rw-r--r-- | src/or/relay.c | 2 | ||||
-rw-r--r-- | src/or/scheduler.c | 2 | ||||
-rw-r--r-- | src/or/scheduler_kist.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 9742813310..e3e9c313ae 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -57,7 +57,7 @@ #define CONNECTION_PRIVATE #include "or/or.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "lib/tls/buffers_tls.h" /* * Define this so we get channel internal functions, since we're implementing diff --git a/src/or/connection.h b/src/or/connection.h index 7fcf710215..1bbe17bffd 100644 --- a/src/or/connection.h +++ b/src/or/connection.h @@ -15,7 +15,7 @@ listener_connection_t *TO_LISTENER_CONN(connection_t *); /* XXXX For buf_datalen in inline function */ -#include "common/buffers.h" +#include "lib/container/buffers.h" const char *conn_type_to_string(int type); const char *conn_state_to_string(int type, int state); diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 5bb85255bb..e8185a5faa 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -60,7 +60,7 @@ #include "lib/err/backtrace.h" #include "or/addressmap.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/channel.h" #include "or/circpathbias.h" #include "or/circuitlist.h" diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 7badcd3700..9692e5d676 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -22,7 +22,7 @@ **/ #include "or/or.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" /* * Define this so we get channel internal functions, since we're implementing * part of a subclass (channel_tls_t). diff --git a/src/or/control.c b/src/or/control.c index 13814804a4..7063b4cb3b 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -38,7 +38,7 @@ #include "or/or.h" #include "or/addressmap.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/channel.h" #include "or/channeltls.h" #include "or/circuitbuild.h" diff --git a/src/or/directory.c b/src/or/directory.c index 2d3f7fe9a0..4e34af3054 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -8,7 +8,7 @@ #include "or/or.h" #include "lib/err/backtrace.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/circuitbuild.h" #include "or/config.h" #include "or/connection.h" diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 693160e80c..62d4e73223 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -5,7 +5,7 @@ #define DIRSERV_PRIVATE #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/config.h" #include "or/confparse.h" #include "or/channel.h" diff --git a/src/or/geoip.c b/src/or/geoip.c index 4a55e3f8db..fac35d3983 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -30,7 +30,7 @@ #define GEOIP_PRIVATE #include "or/or.h" #include "ht.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/config.h" #include "or/control.h" #include "or/dnsserv.h" diff --git a/src/or/main.c b/src/or/main.c index 67ebc980ca..856e988cd2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -51,7 +51,7 @@ #include "or/addressmap.h" #include "lib/err/backtrace.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "lib/tls/buffers_tls.h" #include "or/channel.h" #include "or/channeltls.h" diff --git a/src/or/proto_cell.c b/src/or/proto_cell.c index af0862a971..41554bd1b0 100644 --- a/src/or/proto_cell.c +++ b/src/or/proto_cell.c @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/proto_cell.h" #include "or/connection_or.h" diff --git a/src/or/proto_control0.c b/src/or/proto_control0.c index 5d83b11cb9..34e7ddb8d9 100644 --- a/src/or/proto_control0.c +++ b/src/or/proto_control0.c @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/proto_control0.h" /** Return 1 iff buf looks more like it has an (obsolete) v0 controller diff --git a/src/or/proto_ext_or.c b/src/or/proto_ext_or.c index 495b489bc4..f30d876231 100644 --- a/src/or/proto_ext_or.c +++ b/src/or/proto_ext_or.c @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/ext_orport.h" #include "or/proto_ext_or.h" diff --git a/src/or/proto_http.c b/src/or/proto_http.c index 45f763b2af..ecc669e3a4 100644 --- a/src/or/proto_http.c +++ b/src/or/proto_http.c @@ -6,7 +6,7 @@ #define PROTO_HTTP_PRIVATE #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/proto_http.h" /** Return true if <b>cmd</b> looks like a HTTP (proxy) request. */ diff --git a/src/or/proto_socks.c b/src/or/proto_socks.c index 46439d66b1..94603c2609 100644 --- a/src/or/proto_socks.c +++ b/src/or/proto_socks.c @@ -6,7 +6,7 @@ #include "or/or.h" #include "or/addressmap.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/control.h" #include "or/config.h" #include "lib/crypt_ops/crypto_util.h" diff --git a/src/or/relay.c b/src/or/relay.c index 9ff3d96c11..e8e1762b40 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -49,7 +49,7 @@ #include "or/or.h" #include "or/addressmap.h" #include "lib/err/backtrace.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/channel.h" #include "or/circpathbias.h" #include "or/circuitbuild.h" diff --git a/src/or/scheduler.c b/src/or/scheduler.c index 5190100261..960972de86 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -9,7 +9,7 @@ #define SCHEDULER_KIST_PRIVATE #include "or/scheduler.h" #include "or/main.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #define TOR_CHANNEL_INTERNAL_ #include "or/channeltls.h" diff --git a/src/or/scheduler_kist.c b/src/or/scheduler_kist.c index b62281d586..3059952b92 100644 --- a/src/or/scheduler_kist.c +++ b/src/or/scheduler_kist.c @@ -4,7 +4,7 @@ #define SCHEDULER_KIST_PRIVATE #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/config.h" #include "or/connection.h" #include "or/networkstatus.h" |