X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fassertion.h;h=47c20784d950271ec905452697ffbffafcec73d7;hp=536a18a45efd127c28ca1b486f238c0af91098bc;hb=547db2f0380c03c7d013aa8bda36aa33ff5559e1;hpb=4e3a4ac2bcb0837611ea31bc8fc05d84a20c33ac diff --git a/ginac/assertion.h b/ginac/assertion.h index 536a18a4..47c20784 100644 --- a/ginac/assertion.h +++ b/ginac/assertion.h @@ -3,7 +3,7 @@ * Assertion macro definition. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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,10 +23,9 @@ #ifndef __GINAC_ASSERTION_H__ #define __GINAC_ASSERTION_H__ -#include - #if !defined(GINAC_ASSERT) #if defined(DO_GINAC_ASSERT) +#include /** Assertion macro for checking invariances. */ #define GINAC_ASSERT(X) assert(X) #else