From: Ondřej Surý Date: Fri, 12 Jul 2019 13:28:58 +0000 (+0200) Subject: Remove #include usage from siphash.c and siphash_test.c X-Git-Tag: v9.15.3~48^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5b5930dca11f6058cfa699835caeefd9a88f510a;p=thirdparty%2Fbind9.git Remove #include usage from siphash.c and siphash_test.c --- diff --git a/lib/isc/siphash.c b/lib/isc/siphash.c index c9f73934ee4..0b22ea86347 100644 --- a/lib/isc/siphash.c +++ b/lib/isc/siphash.c @@ -9,24 +9,6 @@ * information regarding copyright ownership. */ -/* - siphash() function is SipHash reference C implementation - - Copyright (c) 2012-2016 Jean-Philippe Aumasson - Copyright (c) 2012-2014 Daniel J. Bernstein - - To the extent possible under law, the author(s) have dedicated all copyright - and related and neighboring rights to this software to the public domain - worldwide. This software is distributed without any warranty. - - You should have received a copy of the CC0 Public Domain Dedication along - with this software. If not, see . - */ - -/*! \file isc/siphash.c */ - -#include - #include #include #include diff --git a/lib/isc/tests/siphash_test.c b/lib/isc/tests/siphash_test.c index 58baa89ab9b..b4547410424 100644 --- a/lib/isc/tests/siphash_test.c +++ b/lib/isc/tests/siphash_test.c @@ -9,8 +9,6 @@ * information regarding copyright ownership. */ -#include - #if HAVE_CMOCKA #include