From 459382986102dd1bd84bca24a0fddfe04efefd76 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2018 15:04:18 -0400 Subject: Remove util.h Inline its contents (which were all includes) into or.h, and some of its contents into other places that didn't include or.h at all. --- src/test/fuzz/fuzz_hsdescv3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/fuzz') diff --git a/src/test/fuzz/fuzz_hsdescv3.c b/src/test/fuzz/fuzz_hsdescv3.c index ada9fa6c2d..de574ac26d 100644 --- a/src/test/fuzz/fuzz_hsdescv3.c +++ b/src/test/fuzz/fuzz_hsdescv3.c @@ -9,7 +9,6 @@ #include "lib/crypt_ops/crypto_ed25519.h" #include "or/hs_descriptor.h" #include "or/routerparse.h" -#include "common/util.h" #include "test/fuzz/fuzzing.h" -- cgit v1.2.3-54-g00ecf