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:
@@ -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"
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user