From 0dab29ce1069c2ebec22a75669aa8242fdc15882 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Jun 2018 09:35:05 -0400 Subject: Run rectify_include_paths.py --- src/trace/debug.h | 2 +- src/trace/trace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trace') 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 -- cgit v1.2.3-54-g00ecf