aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/base64/base64.h1
-rw-r--r--src/codec/hex/hex.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/codec/base64/base64.h b/src/codec/base64/base64.h
index 7f5c7cfc7..f59191ae0 100644
--- a/src/codec/base64/base64.h
+++ b/src/codec/base64/base64.h
@@ -7,7 +7,6 @@
#define BOTAN_BASE64_H__
#include <botan/filter.h>
-#include <botan/enums.h>
namespace Botan {
diff --git a/src/codec/hex/hex.h b/src/codec/hex/hex.h
index 2b4c15462..bb98c8770 100644
--- a/src/codec/hex/hex.h
+++ b/src/codec/hex/hex.h
@@ -7,7 +7,6 @@
#define BOTAN_HEX_H__
#include <botan/filter.h>
-#include <botan/enums.h>
namespace Botan {