]> www.ginac.de Git - ginac.git/blobdiff - check/times.h
* Headers only include <iosfwd> from now on, since that contains all the
[ginac.git] / check / times.h
index 28ce4a758fb8db5bc0a288b08b99eb403691dfe2..5fa4ea6a21d4acf88b0ca4f65e9f78d94ca0b773 100644 (file)
 #define CHECKS_H
 
 #include <sys/resource.h>
-#include <stdlib.h>
-#include "config.h"
-#if defined(HAVE_SSTREAM)
-#  include <sstream>
-#else
-#  include <strstream>
-#endif
+#include <cstdlib>
+#include <iostream>
+#include <sstream>
 #include <vector>
-using namespace std;
-
+#include "config.h"
 #include "ginac.h"
+using namespace std;
 using namespace GiNaC;
 
 class timer {
@@ -72,5 +68,6 @@ unsigned time_lw_P();
 unsigned time_lw_Pprime();
 unsigned time_lw_Q();
 unsigned time_lw_Qprime();
+unsigned time_antipode();
 
 #endif // ndef CHECKS_H