mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rectify include paths (automatic) for address.h
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#endif /* defined(HAVE_IFCONF_TO_SMARTLIST) */
|
||||
|
||||
#include "or/or.h"
|
||||
#include "common/address.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "test/test.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "or/or.h"
|
||||
#include "common/address.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "or/bridges.h"
|
||||
#include "or/config.h"
|
||||
#include "or/transports.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#define TOR_CHANNEL_INTERNAL_
|
||||
#include "or/or.h"
|
||||
#include "common/address.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "common/buffers.h"
|
||||
#include "or/channel.h"
|
||||
#include "or/channeltls.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#define PT_PRIVATE
|
||||
#define ROUTERSET_PRIVATE
|
||||
#include "or/or.h"
|
||||
#include "common/address.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "or/addressmap.h"
|
||||
#include "or/bridges.h"
|
||||
#include "or/circuitmux_ewma.h"
|
||||
|
||||
Reference in New Issue
Block a user