mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Fix the include paths for storagedir,conffile (automated)
This commit is contained in:
parent
a1f3ece16d
commit
ec4eee6356
@ -111,7 +111,7 @@
|
||||
#include <shlobj.h>
|
||||
#endif
|
||||
|
||||
#include "common/conffile.h"
|
||||
#include "lib/fs/conffile.h"
|
||||
#include "common/procmon.h"
|
||||
|
||||
#include "or/dirauth/dirvote.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "or/config.h"
|
||||
#include "or/conscache.h"
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "common/storagedir.h"
|
||||
#include "lib/fs/storagedir.h"
|
||||
|
||||
#define CCE_MAGIC 0x17162253
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "or/port_cfg_st.h"
|
||||
#include "or/routerinfo_st.h"
|
||||
|
||||
#include "common/conffile.h"
|
||||
#include "lib/fs/conffile.h"
|
||||
|
||||
static void
|
||||
test_config_addressmap(void *arg)
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "or/or.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "common/storagedir.h"
|
||||
#include "lib/fs/storagedir.h"
|
||||
#include "test/test.h"
|
||||
|
||||
#ifdef HAVE_UTIME_H
|
||||
|
Loading…
Reference in New Issue
Block a user