rectify include paths (automatic) for address.h

This commit is contained in:
Nick Mathewson 2018-06-27 09:13:04 -04:00
parent 3930416dec
commit d893be190f
12 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@
#include "orconfig.h"
#include "common/address_set.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/compat.h"
#include "lib/container/bloomfilt.h"
#include "lib/crypt_ops/crypto_rand.h"

View File

@ -128,7 +128,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt)
#include "common/util.h"
#include "lib/container/smartlist.h"
#include "lib/wallclock/tm_cvt.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/sandbox.h"
/** As open(path, flags, mode), but return an fd with the close-on-exec mode

View File

@ -20,7 +20,7 @@
#include "lib/cc/torint.h"
#include "lib/container/smartlist.h"
#include "lib/fdio/fdio.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/sandbox.h"
#include "lib/err/backtrace.h"
#include "common/util_process.h"

View File

@ -12,7 +12,7 @@
#include <stdint.h>
#include "or/or.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_ed25519.h"
#include "trunnel/ed25519_cert.h" /* needed for trunnel */

View File

@ -41,7 +41,7 @@
#define NODELIST_PRIVATE
#include "or/or.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/address_set.h"
#include "or/bridges.h"
#include "or/config.h"

View File

@ -72,7 +72,7 @@
#include "lib/container/smartlist.h"
#include "lib/container/map.h"
#include "lib/compress/compress.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/compat_libevent.h"
#include "ht.h"
#include "common/confline.h"

View File

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

View File

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

View File

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

View File

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

View File

@ -41,7 +41,7 @@ ENABLE_GCC_WARNING(redundant-decls)
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "common/util_format.h"
#define IDENTITY_KEY_BITS 3072

View File

@ -6,7 +6,7 @@
#include "orconfig.h"
#include "common/compat.h"
#include "common/util.h"
#include "common/address.h"
#include "lib/net/address.h"
#include "lib/log/torlog.h"
#include "common/sandbox.h"