Fix up include paths for sandbox.h (automated)

This commit is contained in:
Nick Mathewson 2018-06-27 09:49:08 -04:00
parent bee580ddba
commit 55b7939367
15 changed files with 15 additions and 15 deletions

View File

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

View File

@ -5,7 +5,7 @@
#include "common/compat.h"
#include "common/confline.h"
#include "common/memarea.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "common/storagedir.h"
#include "lib/log/torlog.h"
#include "common/util.h"

View File

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

View File

@ -67,7 +67,7 @@ ENABLE_GCC_WARNING(redundant-decls)
#include "lib/crypt_ops/aes.h"
#include "common/util.h"
#include "common/compat.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "common/util_format.h"
#include "keccak-tiny/keccak-tiny.h"

View File

@ -25,7 +25,7 @@
#include "common/compat.h"
#include "lib/crypt_ops/compat_openssl.h"
#include "lib/crypt_ops/crypto_util.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "lib/testsupport/testsupport.h"
#include "lib/log/torlog.h"
#include "common/util.h"

View File

@ -32,7 +32,7 @@
#include <string.h>
#include <stdlib.h>
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "lib/container/map.h"
#include "lib/err/torerr.h"
#include "lib/log/torlog.h"

View File

@ -98,7 +98,7 @@
#include "or/hs_config.h"
#include "or/rephist.h"
#include "or/router.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "common/util.h"
#include "or/routerlist.h"
#include "or/routerset.h"

View File

@ -102,7 +102,7 @@
#include "or/routerlist.h"
#include "or/transports.h"
#include "or/routerparse.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#ifdef HAVE_PWD_H
#include <pwd.h>

View File

@ -63,7 +63,7 @@
#include "or/relay.h"
#include "or/router.h"
#include "ht.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "or/edge_connection_st.h"
#include "or/or_circuit_st.h"

View File

@ -111,7 +111,7 @@
#include "common/util_process.h"
#include "or/ext_orport.h"
#include "common/memarea.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include <event2/event.h>

View File

@ -119,7 +119,7 @@
#include "or/routerlist.h"
#include "or/routerparse.h"
#include "or/routerset.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "or/torcert.h"
#include "or/dirauth/dirvote.h"

View File

@ -74,7 +74,7 @@
#include "or/routerkeys.h"
#include "or/routerlist.h"
#include "or/routerparse.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "or/shared_random_client.h"
#include "or/torcert.h"
#include "or/voting_schedule.h"

View File

@ -40,7 +40,7 @@
#include "or/main.h"
#include "or/rephist.h"
#include "or/router.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "or/statefile.h"
/** A list of state-file "abbreviations," for compatibility. */

View File

@ -15,7 +15,7 @@
#include "or/main.h"
#include "test/log_test_helpers.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include "common/memarea.h"
#include "or/policies.h"
#include "test/test_helpers.h"

View File

@ -8,7 +8,7 @@
#include "common/util.h"
#include "lib/net/address.h"
#include "lib/log/torlog.h"
#include "common/sandbox.h"
#include "lib/sandbox/sandbox.h"
#include <stdio.h>
#include <stdlib.h>