mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Rectify include paths (automated)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "common/address.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/container.h"
|
||||
#include "common/crypto_rand.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "common/util.h"
|
||||
#include "siphash.h"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#define COMPAT_LIBEVENT_PRIVATE
|
||||
#include "common/compat_libevent.h"
|
||||
|
||||
#include "common/crypto_rand.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
|
||||
#include "common/util.h"
|
||||
#include "common/torlog.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "common/util.h"
|
||||
#include "common/torlog.h"
|
||||
#include "common/container.h"
|
||||
#include "common/crypto_digest.h"
|
||||
#include "lib/crypt_ops/crypto_digest.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
#define UTIL_PRIVATE
|
||||
#include "common/util.h"
|
||||
#include "common/torlog.h"
|
||||
#include "common/crypto_digest.h"
|
||||
#include "lib/crypt_ops/crypto_digest.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "common/container.h"
|
||||
#include "common/address.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "common/compat.h"
|
||||
#include "common/compat_libevent.h"
|
||||
#include "common/compat_threads.h"
|
||||
#include "common/crypto_rand.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "common/util.h"
|
||||
#include "common/workqueue.h"
|
||||
#include "tor_queue.h"
|
||||
|
||||
Reference in New Issue
Block a user