X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexpair.cpp;h=cef80a45104f17cc980e9abd69b50aaaf0b173ba;hb=67edef78ce992a8f6ad704bfac228b8dec6eacd2;hp=2fd8044f36b67c871136c96a50677be2c729d2bc;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750;p=ginac.git diff --git a/ginac/expair.cpp b/ginac/expair.cpp index 2fd8044f..cef80a45 100644 --- a/ginac/expair.cpp +++ b/ginac/expair.cpp @@ -3,7 +3,7 @@ * Implementation of expression pairs (building blocks of expairseq). */ /* - * 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,11 +20,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include "expair.h" #include "operators.h" +#include + namespace GiNaC { void expair::print(std::ostream & os) const