X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpair.cpp;h=1c7a9416c59de76caea25f0cab870b7c981b9cd9;hp=09c6f6dd2c6569814ebc2a73f332d99be1fb634b;hb=e45f9fca76b81e01ffa5edc417c29538fa05147b;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/ginac/expair.cpp b/ginac/expair.cpp index 09c6f6dd..1c7a9416 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-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,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