mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
**/
|
||||
|
||||
#include "lib/encoding/cstring.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/log.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
|
||||
Reference in New Issue
Block a user