]> www.ginac.de Git - cln.git/blobdiff - tests/timeLFatan.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timeLFatan.cc
index d4d58a8e2d18e5de7d9feabab5b67356edbb7da5..ee2ac785b9bfe82aa0937bf10108f6d2a36e77dc 100644 (file)
@@ -1,14 +1,15 @@
-#include <cl_number.h>
-#include <cl_io.h>
-#include <cl_float.h>
-#include <cl_float_io.h>
-#include <cl_lfloat.h>
+#include <cln/number.h>
+#include <cln/io.h>
+#include <cln/float.h>
+#include <cln/float_io.h>
+#include <cln/lfloat.h>
 #include "cl_LF.h"
-#include <cl_real.h>
-#include <cl_random.h>
-#include <stdlib.h>
-#include <string.h>
-#include <cl_timing.h>
+#include <cln/real.h>
+#include <cln/random.h>
+#include <cstdlib>
+#include <cstring>
+#include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {