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/test_crypto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/test_crypto.c') diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index 341dbc9a4f..2e38dfc279 100644 --- a/src/test/test_crypto.c +++ b/src/test/test_crypto.c @@ -9,7 +9,6 @@ #include "or/or.h" #include "test/test.h" #include "lib/crypt_ops/aes.h" -#include "common/util.h" #include "siphash.h" #include "lib/crypt_ops/crypto_curve25519.h" #include "lib/crypt_ops/crypto_dh.h" -- cgit v1.2.3-54-g00ecf