Browse Source

Rectify include paths (automated)

Nick Mathewson 5 years ago
parent
commit
209a285166
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/trace/events.h
  2. 1 1
      src/lib/trace/trace.c

+ 1 - 1
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 */

+ 1 - 1
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