summaryrefslogtreecommitdiff
path: root/src/trace
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace')
-rw-r--r--src/trace/debug.h2
-rw-r--r--src/trace/trace.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/debug.h b/src/trace/debug.h
index 59fa73d558..0241f2ccf8 100644
--- a/src/trace/debug.h
+++ b/src/trace/debug.h
@@ -4,7 +4,7 @@
#ifndef TOR_TRACE_LOG_DEBUG_H
#define TOR_TRACE_LOG_DEBUG_H
-#include "torlog.h"
+#include "common/torlog.h"
/* Stringify pre-processor trick. */
#define XSTR(d) STR(d)
diff --git a/src/trace/trace.c b/src/trace/trace.c
index 14d0254b15..b39a2bbc5c 100644
--- a/src/trace/trace.c
+++ b/src/trace/trace.c
@@ -1,7 +1,7 @@
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-#include "trace.h"
+#include "trace/trace.h"
/** Initialize the tracing library. */
void