From 619aa915e7effb29b7b78a88d33b4be2f57104e4 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 29 Apr 2025 14:54:09 -0400 Subject: [PATCH] 2025-04-29 Fred Gleason * Consolidated header declarations in 'lib/rdhash.cpp'. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/rdhash.cpp | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9cf5c7b..bd5c3844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25066,3 +25066,5 @@ 2025-04-29 Fred Gleason * Cleaned up deprecation warnings in 'lib/rdhash.cpp'. * Added a 'sha1_test' test harness in 'tests/'. +2025-04-29 Fred Gleason + * Consolidated header declarations in 'lib/rdhash.cpp'. diff --git a/lib/rdhash.cpp b/lib/rdhash.cpp index 696bcb2b..629a7a6c 100644 --- a/lib/rdhash.cpp +++ b/lib/rdhash.cpp @@ -21,11 +21,9 @@ #include #include #include +#include #include -#include - -#include #include #include