X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.h;h=db1549f8556a0459d096e9ed0e4a6b1f0ef8ef99;hp=ea26f858241ec1fccb6c09764b585919ffe9728a;hb=87ed87c395d6121fe468efc68ee2cd33a7e91200;hpb=def26469ff96228c66e877bb5594e7d9a24b638f diff --git a/ginac/exprseq.h b/ginac/exprseq.h index ea26f858..db1549f8 100644 --- a/ginac/exprseq.h +++ b/ginac/exprseq.h @@ -3,7 +3,7 @@ * Definition of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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 @@ -20,13 +20,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_EXPRSEQ_H__ -#define __GINAC_EXPRSEQ_H__ - -#include +#ifndef GINAC_EXPRSEQ_H +#define GINAC_EXPRSEQ_H #include "container.h" +#include + namespace GiNaC { typedef container exprseq; @@ -36,4 +36,4 @@ template<> bool exprseq::info(unsigned inf) const; } // namespace GiNaC -#endif // ndef __GINAC_EXPRSEQ_H__ +#endif // ndef GINAC_EXPRSEQ_H