Automated fixup of include paths after torlog.h movement.

This commit is contained in:
Nick Mathewson
2018-06-22 10:32:10 -04:00
parent 97b15a1d7c
commit da4ae8a6b6
54 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ENABLE_GCC_WARNING(redundant-decls)
#endif
#include "common/util.h"
#include "common/torlog.h"
#include "lib/log/torlog.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/crypt_ops/crypto_rand.h"
+1 -1
View File
@@ -7,7 +7,7 @@
#include "common/compat.h"
#include "common/util.h"
#include "common/address.h"
#include "common/torlog.h"
#include "lib/log/torlog.h"
#include "common/sandbox.h"
#include <stdio.h>