diff options
author | lloyd <[email protected]> | 2008-11-08 21:29:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 21:29:44 +0000 |
commit | ce8c2d27fced15e87829852231d00c197f42bc20 (patch) | |
tree | 7541015a76e8dc8142351d0a62168f6053bb6eb0 /checks/cvc_tests.cpp | |
parent | b85347bd24680dff996ff5d6602c5328b0c46dbd (diff) |
Remove include of enums.h
Diffstat (limited to 'checks/cvc_tests.cpp')
-rw-r--r-- | checks/cvc_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/cvc_tests.cpp b/checks/cvc_tests.cpp index 1e6a4844b..792e9c58d 100644 --- a/checks/cvc_tests.cpp +++ b/checks/cvc_tests.cpp @@ -29,7 +29,6 @@ #include <botan/cvc_cert.h> #include <botan/util.h> #include <botan/cvc_ado.h> -#include <botan/enums.h> #define TEST_DATA_DIR "checks/ecc_testdata" |