]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Stop using util.h and compat.h in src/trunnel/
authorNick Mathewson <nickm@torproject.org>
Fri, 29 Jun 2018 15:42:34 +0000 (11:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Jun 2018 16:21:52 +0000 (12:21 -0400)
src/trunnel/trunnel-local.h

index df852acb1958177e3c6f9b42bc89ee018d38c159..e81396aeea597e0f2bf26cec8d4764e8956df121 100644 (file)
@@ -2,9 +2,9 @@
 #ifndef TRUNNEL_LOCAL_H_INCLUDED
 #define TRUNNEL_LOCAL_H_INCLUDED
 
-#include "common/util.h"
-#include "common/compat.h"
 #include "lib/crypt_ops/crypto_util.h"
+#include "lib/malloc/util_malloc.h"
+#include "lib/log/util_bug.h"
 
 #define trunnel_malloc tor_malloc
 #define trunnel_calloc tor_calloc