X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.h;h=6e06b76c7ba1a3fe29a991b9cfa49eee7742f96b;hp=85b5f893f6ddc9a50861954d5622e425945e90c3;hb=8ed95601ab0cff1bb02b2a908e5a2c118b1f0a06;hpb=d327f3f00c66a79d42855939866047b3e8caa630 diff --git a/ginac/lst.h b/ginac/lst.h index 85b5f893..6e06b76c 100644 --- a/ginac/lst.h +++ b/ginac/lst.h @@ -3,7 +3,7 @@ * Definition of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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_LST_H__ -#define __GINAC_LST_H__ - -#include +#ifndef GINAC_LST_H +#define GINAC_LST_H #include "container.h" +#include + namespace GiNaC { typedef container lst; @@ -46,4 +46,4 @@ GINAC_DECLARE_UNARCHIVER(lst); } // namespace GiNaC -#endif // ndef __GINAC_LST_H__ +#endif // ndef GINAC_LST_H