X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fchecks.h;h=763d6ad7200fb9b59ab67317773b5807008c8da0;hp=b5a6adf8a655a6794e4b8dda7a4c772d2733f6e6;hb=ba8a13307a3b0761fcf5187edecc408975c308a6;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/check/checks.h b/check/checks.h index b5a6adf8..763d6ad7 100644 --- a/check/checks.h +++ b/check/checks.h @@ -3,7 +3,7 @@ * Prototypes for all individual checks. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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);