aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/safer
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-05-13 10:30:03 +0000
committerlloyd <[email protected]>2009-05-13 10:30:03 +0000
commit820df981410c6d7490fc3728a2d52ca1c59dceda (patch)
treef2f5ba8156635dc67382d33684d85ad9c0e6f645 /src/block/safer
parent81e1bd8787ba9c2497d4206b76d00aa0974749db (diff)
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.
Diffstat (limited to 'src/block/safer')
-rw-r--r--src/block/safer/safer_sk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/safer/safer_sk.cpp b/src/block/safer/safer_sk.cpp
index b774c91b4..f72c4773b 100644
--- a/src/block/safer/safer_sk.cpp
+++ b/src/block/safer/safer_sk.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/safer_sk.h>
-#include <botan/bit_ops.h>
+#include <botan/rotate.h>
#include <botan/parsing.h>
#include <botan/rotate.h>