mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Rectify include paths (automated)
This commit is contained in:
parent
4bdda6d05f
commit
209a285166
@ -31,7 +31,7 @@
|
||||
/* Enable event tracing for the debug framework where all trace events are
|
||||
* mapped to a log_debug(). */
|
||||
#ifdef USE_EVENT_TRACING_DEBUG
|
||||
#include "trace/debug.h"
|
||||
#include "lib/trace/debug.h"
|
||||
#endif
|
||||
|
||||
#else /* TOR_EVENT_TRACING_ENABLED */
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "trace/trace.h"
|
||||
#include "lib/trace/trace.h"
|
||||
|
||||
/** Initialize the tracing library. */
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user