]> 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 9127ca52104edf06eebfaf2b4277979f5bccaad2..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 {