]> www.ginac.de Git - ginac.git/blobdiff - check/times.h
* Remove support for <strstream>. It is too bug-ridden.
[ginac.git] / check / times.h
index 9127ca52104edf06eebfaf2b4277979f5bccaad2..d938d0b09eb53083394422be84bd1c10881eb87d 100644 (file)
 
 #include <sys/resource.h>
 #include <stdlib.h>
-#include "config.h"
-#if defined(HAVE_SSTREAM)
-#  include <sstream>
-#else
-#  include <strstream>
-#endif
+#include <sstream>
 #include <vector>
-using namespace std;
-
+#include "config.h"
 #include "ginac.h"
+using namespace std;
 using namespace GiNaC;
 
 class timer {