]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
- version bump.
[ginac.git] / check / checks.h
index b5a6adf8a655a6794e4b8dda7a4c772d2733f6e6..a9f2ba9fd1ecadfc559d544bfd32e8723b13f486 100644 (file)
 
 // For rand() and friends:
 #include <stdlib.h>
-
-#include "ginac.h"
 using namespace std;
-
-#ifndef NO_NAMESPACE_GINAC
+#include "config.h"
+#include "ginac.h"
 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);