aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/util.cpp
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/utils/util.cpp
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/utils/util.cpp')
-rw-r--r--src/utils/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/util.cpp b/src/utils/util.cpp
index e6e281bd1..84dfd1a14 100644
--- a/src/utils/util.cpp
+++ b/src/utils/util.cpp
@@ -6,7 +6,6 @@
*/
#include <botan/util.h>
-#include <botan/bit_ops.h>
#include <algorithm>
#include <cmath>