aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/eax
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/modes/aead/eax')
-rw-r--r--src/lib/modes/aead/eax/eax.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/modes/aead/eax/eax.cpp b/src/lib/modes/aead/eax/eax.cpp
index f26a1eae3..c76f15b48 100644
--- a/src/lib/modes/aead/eax/eax.cpp
+++ b/src/lib/modes/aead/eax/eax.cpp
@@ -5,7 +5,6 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/internal/mode_utils.h>
#include <botan/eax.h>
#include <botan/cmac.h>
#include <botan/ctr.h>