diff options
author | lloyd <[email protected]> | 2006-12-14 10:35:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-14 10:35:46 +0000 |
commit | d9a6bc5753ed4f2386c6780dff9ad03a95b11113 (patch) | |
tree | e8324ece0f24a77f961668977425e1494c154047 /include/symkey.h | |
parent | de43fade8c8a51fd548febedc942f29413b94eca (diff) |
The symkey.h header no longer needs to include enums.h; remove it
Add include directives for enums.h in the headers that need it now that
it isn't being pulled in by symkey.h
Diffstat (limited to 'include/symkey.h')
-rw-r--r-- | include/symkey.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/symkey.h b/include/symkey.h index 253c65ed6..f703b66a9 100644 --- a/include/symkey.h +++ b/include/symkey.h @@ -7,7 +7,6 @@ #define BOTAN_SYMKEY_H__ #include <botan/secmem.h> -#include <botan/enums.h> #include <string> namespace Botan { |