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/block/cast/cast128.cpp | 2 +- src/block/cast/cast256.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/block/cast') diff --git a/src/block/cast/cast128.cpp b/src/block/cast/cast128.cpp index fdb9428a6..046638ab9 100644 --- a/src/block/cast/cast128.cpp +++ b/src/block/cast/cast128.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Botan { diff --git a/src/block/cast/cast256.cpp b/src/block/cast/cast256.cpp index 993bab46c..22ff876fa 100644 --- a/src/block/cast/cast256.cpp +++ b/src/block/cast/cast256.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Botan { -- cgit v1.2.3