X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fremember.h;h=2f867d8edd7e0ac906dba2f4ca569e382cbf0b78;hp=9a32d1753874d4de06b1f916c9c07eaed66c46c2;hb=05d274b894f2f84217d308bf4d4f2202b9627c63;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e diff --git a/ginac/remember.h b/ginac/remember.h index 9a32d175..2f867d8e 100644 --- a/ginac/remember.h +++ b/ginac/remember.h @@ -4,7 +4,7 @@ * in GiNaC functions */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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