aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-11 23:40:00 +0000
committerlloyd <[email protected]>2008-10-11 23:40:00 +0000
commit1c45e7840fd7ec7d3d6bbacbb615a4809a84a0a1 (patch)
tree3fae145dabce8662edcf2a74ff9c80e8f3c640b4 /doc/examples
parent6f8d97762f28e3e8464e8bed7da0aa493818c1c5 (diff)
Remove unnecessary includes
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/ecdsa_tests.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/examples/ecdsa_tests.cpp b/doc/examples/ecdsa_tests.cpp
index 706f39d1e..475ef5e1a 100644
--- a/doc/examples/ecdsa_tests.cpp
+++ b/doc/examples/ecdsa_tests.cpp
@@ -7,19 +7,11 @@
******************************************************/
#include <botan/botan.h>
-#include <botan/oids.h>
+#include <botan/look_pk.h>
#include <botan/ecdsa.h>
#include <botan/rsa.h>
#include <botan/x509cert.h>
-#include <botan/freestore.h>
-#include <botan/look_pk.h>
-#include <botan/bigint.h>
-#include <botan/numthry.h>
-#include <botan/gfp_element.h>
-#include <botan/gfp_modulus.h>
-#include <botan/curve_gfp.h>
-#include <botan/ec_dompar.h>
-#include <botan/pipe.h>
+#include <botan/oids.h>
#include <iostream>
#include <fstream>