X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=e2b0a945fa983ca8dd828425389cbe9eb5857602;hp=c13459492a201baa0b45b9817899e5aa1a58496b;hb=073bf40a73e419a3dbcb6dfa190947ce2cc3bdce;hpb=d327f3f00c66a79d42855939866047b3e8caa630 diff --git a/ginac/container.h b/ginac/container.h index c1345949..e2b0a945 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of STL containers. */ /* - * 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,23 +20,22 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_CONTAINER_H__ -#define __GINAC_CONTAINER_H__ - -#include -#include -#include -#include -#include -#include +#ifndef GINAC_CONTAINER_H +#define GINAC_CONTAINER_H #include "ex.h" #include "print.h" #include "archive.h" #include "assertion.h" -namespace GiNaC { +#include +#include +#include +#include +#include +#include +namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ template