]> www.ginac.de Git - cln.git/blobdiff - tests/timemul.cc
* Change all C include headers to ISO style within C++ code.
[cln.git] / tests / timemul.cc
index af95ed896f82c656601a67ab5ef0554bfae867a2..677b9e8fd38e5aa472a4949b3cd6ffa056d768c6 100644 (file)
@@ -2,9 +2,10 @@
 #include <cln/io.h>
 #include <cln/integer.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {