Rectify include paths (automated)

This commit is contained in:
Nick Mathewson 2018-06-21 12:03:34 -04:00
parent 4bdda6d05f
commit 209a285166
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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