]> www.ginac.de Git - cln.git/blobdiff - tests/timesqrt.cc
Remove libtool bits from the repository.
[cln.git] / tests / timesqrt.cc
index 9f4e1d97b817652a6ef395fc797225fe5dd0c634..e8e8a97764ea58b44ceeda756734faafd9982706 100644 (file)
@@ -1,10 +1,11 @@
-#include <cl_number.h>
-#include <cl_io.h>
-#include <cl_integer.h>
-#include <cl_random.h>
-#include <stdlib.h>
-#include <string.h>
-#include <cl_timing.h>
+#include <cln/number.h>
+#include <cln/io.h>
+#include <cln/integer.h>
+#include <cln/random.h>
+#include <cstdlib>
+#include <cstring>
+#include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {