]> www.ginac.de Git - cln.git/blobdiff - tests/timeprint.cc
Fix sparc64 build with -DNO_ASM and reduce compiler warnings.
[cln.git] / tests / timeprint.cc
index fb7b3178c7dd72bb002a40096e54338eda27563b..bc1d224486f232b2150944b59d9470e82befdf20 100644 (file)
@@ -3,11 +3,10 @@
 #include <cln/integer.h>
 #include <cln/integer_io.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
 #include <cln/malloc.h>
-#include <cln/abort.h>
 using namespace cln;
 
 int main (int argc, char * argv[])