X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fremember.h;h=d036e8d6f6bd00bd794828178b82547c3fda6ad6;hp=86257945dff59235af4f8a446d2a8184dc7c3f8e;hb=2afa71937b3c12cdc70f01213baa8a92be4b604a;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/remember.h b/ginac/remember.h index 86257945..d036e8d6 100644 --- a/ginac/remember.h +++ b/ginac/remember.h @@ -4,7 +4,7 @@ * in GiNaC functions */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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