mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Rectify include paths (automated)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define TOR_BACKTRACE_H
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "common/compat_compiler.h"
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
||||
typedef void (*tor_log_fn)(int, unsigned, const char *fmt, ...)
|
||||
CHECK_PRINTF(3,4);
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#ifndef TOR_TORERR_H
|
||||
#define TOR_TORERR_H
|
||||
|
||||
#include "common/compat_compiler.h"
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
||||
/* The raw_assert...() variants are for use within code that can't call
|
||||
* tor_assertion_failed_() because of call circularity issues. */
|
||||
|
||||
Reference in New Issue
Block a user