]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Rectify include paths (automated)
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 16:03:34 +0000 (12:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 17:14:14 +0000 (13:14 -0400)
src/lib/trace/events.h
src/lib/trace/trace.c

index 761a0f4eb8decd196710b38dd7053a028c69b1c5..6d4269aaed164de21bef9e4aaa396f315b0a43be 100644 (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 */
index b39a2bbc5ceac5974b5707dbce80a6e49519b818..c0bbbb0cc6d92f1efefb1b2de0a37dd3338f6f4b 100644 (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