mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix up the modules that include memarea.h (automated)
This commit is contained in:
parent
eee86e627b
commit
38fd3e0df0
@ -4,7 +4,7 @@
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "common/compat.h"
|
||||
#include "lib/encoding/confline.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/storagedir.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#include "or/or.h"
|
||||
#include "or/consdiff.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/routerparse.h"
|
||||
|
||||
static const char* ns_diff_version = "network-status-diff-version 1";
|
||||
|
@ -110,7 +110,7 @@
|
||||
#include "or/tor_api_internal.h"
|
||||
#include "common/util_process.h"
|
||||
#include "or/ext_orport.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
#include <event2/event.h>
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define TOR_PARSECOMMON_H
|
||||
|
||||
#include "lib/crypt_ops/crypto.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
|
||||
struct smartlist_t;
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include "or/dirauth/shared_random.h"
|
||||
#include "or/dirserv.h"
|
||||
#include "or/entrynodes.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/microdesc.h"
|
||||
#include "or/networkstatus.h"
|
||||
#include "or/parsecommon.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
#define NETWORKSTATUS_PRIVATE
|
||||
#include "or/or.h"
|
||||
#include "or/routerparse.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/microdesc.h"
|
||||
#include "or/networkstatus.h"
|
||||
|
||||
|
@ -51,7 +51,7 @@ double fabs(double x);
|
||||
#include "or/rendcache.h"
|
||||
#include "test/test.h"
|
||||
#include "or/main.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/onion.h"
|
||||
#include "or/onion_ntor.h"
|
||||
#include "or/onion_fast.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "test/test.h"
|
||||
|
||||
#include "or/consdiff.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
#define tt_str_eq_line(a,b) \
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "or/entrynodes.h"
|
||||
#include "or/fp_pair.h"
|
||||
#include "or/hibernate.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/networkstatus.h"
|
||||
#include "or/router.h"
|
||||
#include "or/routerkeys.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "or/policies.h"
|
||||
#include "test/test_helpers.h"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "or/control.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "test/test.h"
|
||||
#include "common/memarea.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "common/util_process.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
#include "lib/compress/compress_zstd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user