Run rectify_include_paths.py

This commit is contained in:
Nick Mathewson
2018-06-20 09:35:05 -04:00
parent 257b280776
commit 0dab29ce10
410 changed files with 3487 additions and 3488 deletions
+9 -9
View File
@@ -13,7 +13,7 @@
#include <unistd.h>
#endif
#include "compat.h"
#include "common/compat.h"
/* Some versions of OpenSSL declare X509_STORE_CTX_set_verify_cb twice in
* x509.h and x509_vfy.h. Suppress the GCC warning so we can build with
@@ -36,14 +36,14 @@ ENABLE_GCC_WARNING(redundant-decls)
#include <assert.h>
#endif
#include "util.h"
#include "torlog.h"
#include "crypto.h"
#include "crypto_digest.h"
#include "crypto_rand.h"
#include "crypto_util.h"
#include "address.h"
#include "util_format.h"
#include "common/util.h"
#include "common/torlog.h"
#include "common/crypto.h"
#include "common/crypto_digest.h"
#include "common/crypto_rand.h"
#include "common/crypto_util.h"
#include "common/address.h"
#include "common/util_format.h"
#define IDENTITY_KEY_BITS 3072
#define SIGNING_KEY_BITS 2048
+5 -5
View File
@@ -4,11 +4,11 @@
/* See LICENSE for licensing information */
#include "orconfig.h"
#include "compat.h"
#include "util.h"
#include "address.h"
#include "torlog.h"
#include "sandbox.h"
#include "common/compat.h"
#include "common/util.h"
#include "common/address.h"
#include "common/torlog.h"
#include "common/sandbox.h"
#include <stdio.h>
#include <stdlib.h>
+2 -2
View File
@@ -23,8 +23,8 @@
* functions. Don't add more dependencies!
*/
#include "tor_api.h"
#include "tor_api_internal.h"
#include "or/tor_api.h"
#include "or/tor_api_internal.h"
#include "orconfig.h"
#ifdef HAVE_UNISTD_H