commit 209a2851663c62474b7b719d03fcca378201c0f9 Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 21 12:03:34 2018 -0400
Rectify include paths (automated) --- src/lib/trace/events.h | 2 +- src/lib/trace/trace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/trace/events.h b/src/lib/trace/events.h index 761a0f4eb..6d4269aae 100644 --- a/src/lib/trace/events.h +++ b/src/lib/trace/events.h @@ -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 */ diff --git a/src/lib/trace/trace.c b/src/lib/trace/trace.c index b39a2bbc5..c0bbbb0cc 100644 --- a/src/lib/trace/trace.c +++ b/src/lib/trace/trace.c @@ -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