From 4c6fa9a9040a68150531da9327b7f40857ffa057 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 19 Oct 2007 17:21:28 +0000 Subject: bit_ops.h no longer includes loadstor.h Where loadstor.h was needed but only implicitly included via bit_ops.h, include it directly Add endian reversal functions to bit_ops.h Remove some unneeded includes in big_ops2.cpp and a few other files. --- src/crc24.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crc24.cpp') diff --git a/src/crc24.cpp b/src/crc24.cpp index e5576a566..e7df4ea0f 100644 --- a/src/crc24.cpp +++ b/src/crc24.cpp @@ -4,7 +4,7 @@ *************************************************/ #include -#include +#include namespace Botan { -- cgit v1.2.3