diff options
author | lloyd <[email protected]> | 2014-02-09 17:32:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-09 17:32:11 +0000 |
commit | 07c80ecfccb9cd594993be001a46a087e70269ed (patch) | |
tree | ab278b21fc4db1896139600c9379f7c9918d5fa5 /src/tests | |
parent | 313b92a3d352c8f32685a4b56015644b14117c08 (diff) |
Update Clang flags. Remove unneeded includes of init.h
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/nist_x509.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/nist_x509.cpp b/src/tests/nist_x509.cpp index 4e03ecf10..188467690 100644 --- a/src/tests/nist_x509.cpp +++ b/src/tests/nist_x509.cpp @@ -16,7 +16,6 @@ extensions which are not supported. #if defined(BOTAN_HAS_X509_CERTIFICATES) #include <botan/x509path.h> -#include <botan/init.h> #include <algorithm> #include <iostream> |