Fix paths for buffers.h; automated.

This commit is contained in:
Nick Mathewson 2018-06-28 16:29:35 -04:00
parent d8b34e0886
commit 935ba02565
29 changed files with 29 additions and 29 deletions

View File

@ -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

View File

@ -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);

View File

@ -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"

View File

@ -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).

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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. */

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -8,7 +8,7 @@
#include "or/or.h"
#include "lib/err/backtrace.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/config.h"
#include "or/connection.h"
#include "or/directory.h"

View File

@ -8,7 +8,7 @@
#include "or/or.h"
#include "lib/err/backtrace.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/config.h"
#include "or/connection.h"
#include "or/connection_edge.h"

View File

@ -41,7 +41,7 @@ double fabs(double x);
#include "or/or.h"
#include "lib/err/backtrace.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/circuitlist.h"
#include "or/circuitstats.h"
#include "lib/compress/compress.h"

View File

@ -6,7 +6,7 @@
#define BUFFERS_PRIVATE
#define PROTO_HTTP_PRIVATE
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "lib/tls/buffers_tls.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "or/proto_http.h"

View File

@ -8,7 +8,7 @@
#define TOR_CHANNEL_INTERNAL_
#include "or/or.h"
#include "lib/net/address.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/channel.h"
#include "or/channeltls.h"
#include "or/connection_or.h"

View File

@ -5,7 +5,7 @@
#define EXT_ORPORT_PRIVATE
#define MAIN_PRIVATE
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/connection.h"
#include "or/connection_or.h"
#include "or/config.h"

View File

@ -14,7 +14,7 @@
#include "orconfig.h"
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/config.h"
#include "or/confparse.h"
#include "or/connection.h"

View File

@ -8,7 +8,7 @@
#define CIRCUITLIST_PRIVATE
#define CONNECTION_PRIVATE
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/circuitlist.h"
#include "common/compat_libevent.h"
#include "or/connection.h"

View File

@ -8,7 +8,7 @@
#include "or/or.h"
#include "test/test.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/proto_http.h"
#include "test/log_test_helpers.h"

View File

@ -8,7 +8,7 @@
#include "or/or.h"
#include "test/test.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/connection_or.h"
#include "or/ext_orport.h"
#include "or/proto_cell.h"

View File

@ -4,7 +4,7 @@
/* See LICENSE for licensing information */
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/config.h"
#include "or/proto_socks.h"
#include "test/test.h"

View File

@ -13,7 +13,7 @@
#define SUBPROCESS_PRIVATE
#include "lib/testsupport/testsupport.h"
#include "or/or.h"
#include "common/buffers.h"
#include "lib/container/buffers.h"
#include "or/config.h"
#include "or/control.h"
#include "or/transports.h"