X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fchecks.h;h=a9f2ba9fd1ecadfc559d544bfd32e8723b13f486;hb=3e38e7752a35dca8303429bb45913bd1b048f181;hp=48c8e0fd6b185aa08042a6d5fa8f2f32c6ed8941;hpb=ae3044935ddf13dd325f6e11770357b99bbe6095;p=ginac.git diff --git a/check/checks.h b/check/checks.h index 48c8e0fd..a9f2ba9f 100644 --- a/check/checks.h +++ b/check/checks.h @@ -3,7 +3,7 @@ * Prototypes for all individual checks. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -25,13 +25,10 @@ // For rand() and friends: #include - -#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);