From e7f5f48d68553206b95cbb4f610702c887500124 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Jul 2018 15:20:28 -0400 Subject: Rename torlog.[ch] to log.[ch] Fun fact: these files used to be called log.[ch] until we ran into conflicts with systems having a log.h file. But now that we always include "lib/log/log.h", we should be fine. --- src/lib/memarea/memarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/memarea') diff --git a/src/lib/memarea/memarea.c b/src/lib/memarea/memarea.c index 3a93d89ee2..dd7c48c079 100644 --- a/src/lib/memarea/memarea.c +++ b/src/lib/memarea/memarea.c @@ -17,7 +17,7 @@ #include "lib/arch/bytes.h" #include "lib/cc/torint.h" #include "lib/container/smartlist.h" -#include "lib/log/torlog.h" +#include "lib/log/log.h" #include "lib/log/util_bug.h" #include "lib/malloc/malloc.h" -- cgit v1.2.3-54-g00ecf