Fix the include paths for storagedir,conffile (automated)

This commit is contained in:
Nick Mathewson 2018-06-28 09:42:33 -04:00
parent a1f3ece16d
commit ec4eee6356
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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