mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix up the include path of compat_time.h (automated)
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
#include "lib/arch/bytes.h"
|
||||
#include "common/compat_time.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@
|
||||
#include "or/router.h"
|
||||
#include "or/routerlist.h"
|
||||
#include "or/scheduler.h"
|
||||
#include "common/compat_time.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
#include "or/networkstatus.h"
|
||||
#include "or/rendservice.h"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "or/main.h"
|
||||
#include "or/rephist.h"
|
||||
#include "or/router.h"
|
||||
#include "common/compat_time.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
#include "or/rendservice.h"
|
||||
|
||||
#include "or/cell_st.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "or/channelpadding.h"
|
||||
#include "common/compat_libevent.h"
|
||||
#include "or/config.h"
|
||||
#include "common/compat_time.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
#include "or/main.h"
|
||||
#include "or/networkstatus.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
Reference in New Issue
Block a user