]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
* Adjusted Debinization.
[ginac.git] / check / checks.h
index b5a6adf8a655a6794e4b8dda7a4c772d2733f6e6..a705265d505bd0671ec8f83bac4c96aeecd49d9b 100644 (file)
 #ifndef CHECKS_H
 #define CHECKS_H
 
-// For rand() and friends:
-#include <stdlib.h>
+#include <iostream>
 
+#include "config.h"
 #include "ginac.h"
 using namespace std;
-
-#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_NAMESPACE_GINAC
 
 // prototypes for the expression generating functions in:
 const ex dense_univariate_poly(const symbol & x, unsigned degree);