X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fremember.h;h=16189c50d32cc64302dc0f5d45086ca60be53d88;hp=0bd5e560092318c80637259584a82c40e0e2969f;hb=0c7b386201bff979f58b6e79d4b1e407334659cc;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/ginac/remember.h b/ginac/remember.h index 0bd5e560..16189c50 100644 --- a/ginac/remember.h +++ b/ginac/remember.h @@ -4,7 +4,7 @@ * in GiNaC functions */ /* - * GiNaC Copyright (C) 1999-2005 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 @@ -21,12 +21,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_REMEMBER_H__ -#define __GINAC_REMEMBER_H__ +#ifndef GINAC_REMEMBER_H +#define GINAC_REMEMBER_H #include -#include #include +#include namespace GiNaC { @@ -98,4 +98,4 @@ protected: } // namespace GiNaC -#endif // ndef __GINAC_REMEMBER_H__ +#endif // ndef GINAC_REMEMBER_H