Commit 935ba025 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix paths for buffers.h; automated.

parent d8b34e08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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).
+1 −1
Original line number Diff line number Diff line
@@ -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"
Loading