X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fchecks.h;h=a705265d505bd0671ec8f83bac4c96aeecd49d9b;hp=b5a6adf8a655a6794e4b8dda7a4c772d2733f6e6;hb=7cf5e1f6346223de683c9e7986d098fd042d691c;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/check/checks.h b/check/checks.h index b5a6adf8..a705265d 100644 --- a/check/checks.h +++ b/check/checks.h @@ -23,15 +23,12 @@ #ifndef CHECKS_H #define CHECKS_H -// For rand() and friends: -#include +#include +#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);