aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modes/aead/siv/siv.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modes/aead/siv/siv.cpp b/src/modes/aead/siv/siv.cpp
index 15fb16aa0..a89c3dd08 100644
--- a/src/modes/aead/siv/siv.cpp
+++ b/src/modes/aead/siv/siv.cpp
@@ -12,9 +12,6 @@
#include <botan/internal/xor_buf.h>
#include <algorithm>
-#include <iostream>
-#include <botan/hex.h>
-
namespace Botan {
SIV_Mode::SIV_Mode(BlockCipher* cipher) :