X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=456cf5c41b69a6005971e6d0680d81efa8d1f4eb;hp=67dc654954303d4746421fba541892abcaf46f50;hb=ba4faacc518d900ca84a03811ebc5cb957141d30;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/container.h b/ginac/container.h index 67dc6549..456cf5c4 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-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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