aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ec_tests.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-02-10 22:51:11 +0000
committerlloyd <[email protected]>2011-02-10 22:51:11 +0000
commit5f4f1294b1cf1784f4fd14840a9e0824f4fa8742 (patch)
tree3cdedbe87099c18e289bc140bef69e86dddf8b8d /checks/ec_tests.cpp
parentf49d55a1e4bcd3e33ba8eee6afa92438ef61f0b3 (diff)
Remove inclusions of unused headers.
Avoid using auto_ptr in the CVC headers.
Diffstat (limited to 'checks/ec_tests.cpp')
-rw-r--r--checks/ec_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp
index 979414ed4..e299fbcc0 100644
--- a/checks/ec_tests.cpp
+++ b/checks/ec_tests.cpp
@@ -16,7 +16,7 @@
using namespace Botan;
#include <iostream>
-#include <assert.h>
+#include <memory>
#include "getopt.h"
#include "validate.h"