mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Automated fixup of include paths after torlog.h movement.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "or/config.h"
|
||||
#include "or/connection.h"
|
||||
#include "or/directory.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
||||
#include "or/dir_connection_st.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "or/connection.h"
|
||||
#include "or/connection_edge.h"
|
||||
#include "or/proto_socks.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
||||
#include "or/entry_connection_st.h"
|
||||
#include "or/socks_request_st.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright (c) 2015-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
#define LOG_PRIVATE
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "or/or.h"
|
||||
#include "common/util.h"
|
||||
#include "lib/err/backtrace.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
||||
/* -1: no crash.
|
||||
* 0: crash with a segmentation fault.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "orconfig.h"
|
||||
#include "or/or.h"
|
||||
#include "lib/err/torerr.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "test/test.h"
|
||||
|
||||
static void
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "or/or.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "tor_queue.h"
|
||||
#include "or/status.h"
|
||||
#include "or/circuitlist.h"
|
||||
|
||||
@@ -31,7 +31,7 @@ DISABLE_GCC_WARNING(redundant-decls)
|
||||
ENABLE_GCC_WARNING(redundant-decls)
|
||||
|
||||
#include "or/or.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "or/config.h"
|
||||
#include "lib/tls/tortls.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "common/util.h"
|
||||
#include "common/util_process.h"
|
||||
#include "lib/crypt_ops/crypto.h"
|
||||
#include "common/torlog.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "test/test.h"
|
||||
|
||||
#ifndef BUILDDIR
|
||||
|
||||
Reference in New Issue
Block a user