aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/ctr/ctr.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 22:15:59 +0000
committerlloyd <[email protected]>2008-11-08 22:15:59 +0000
commit9186c2a1e312cfd8d73a921985960078476d6e04 (patch)
tree87dd9ba802852a871e3b158923d9090effc56bf6 /src/modes/ctr/ctr.cpp
parent6d6279835ed48e33c3cfd3174fe7c7413a0bb435 (diff)
Remove use of lookup.h from OFB
Diffstat (limited to 'src/modes/ctr/ctr.cpp')
-rw-r--r--src/modes/ctr/ctr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modes/ctr/ctr.cpp b/src/modes/ctr/ctr.cpp
index e61c8746c..a17343df1 100644
--- a/src/modes/ctr/ctr.cpp
+++ b/src/modes/ctr/ctr.cpp
@@ -4,7 +4,6 @@
*************************************************/
#include <botan/ctr.h>
-#include <botan/lookup.h>
#include <botan/xor_buf.h>
#include <algorithm>