From 820df981410c6d7490fc3728a2d52ca1c59dceda Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 13 May 2009 10:30:03 +0000 Subject: Many source files included bit_ops.h when what was really desired was rotate.h, or when it was not needed at all. Remove or change the includes as needed. --- src/hash/md4/md4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash/md4/md4.cpp') diff --git a/src/hash/md4/md4.cpp b/src/hash/md4/md4.cpp index c0b52faa4..39e3c8c41 100644 --- a/src/hash/md4/md4.cpp +++ b/src/hash/md4/md4.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Botan { -- cgit v1.2.3