X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexprseq.h;h=6ada0712a4140cf6ea3e890a7098cdfc6940b705;hb=0052e44b34c982b13b08454fd6c9429fe7a90f71;hp=ea26f858241ec1fccb6c09764b585919ffe9728a;hpb=def26469ff96228c66e877bb5594e7d9a24b638f;p=ginac.git diff --git a/ginac/exprseq.h b/ginac/exprseq.h index ea26f858..6ada0712 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-2016 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