rectify include paths (automatic) for address.h

This commit is contained in:
Nick Mathewson
2018-06-27 09:13:04 -04:00
parent 3930416dec
commit d893be190f
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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"