Commit 209a2851 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Rectify include paths (automated)

parent 4bdda6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
/* 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