Rectify include paths (automated)

This commit is contained in:
Nick Mathewson
2018-06-21 12:20:52 -04:00
parent cd8f919553
commit fa5fda5bbf
47 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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. */