X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fchecks.h;h=2beca6d3718d71f0ffd9488379d410c3bf84fd2d;hb=43e0a8f5ca5e1c48cef5daaf014acdbca4e44568;hp=48c8e0fd6b185aa08042a6d5fa8f2f32c6ed8941;hpb=ae3044935ddf13dd325f6e11770357b99bbe6095;p=ginac.git diff --git a/check/checks.h b/check/checks.h index 48c8e0fd..2beca6d3 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 @@ -28,10 +28,7 @@ #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);