X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpair.cpp;h=a7e4fab2f5055f8c3092dc72dbc0bc4271bc4fc8;hp=6070ffb51b6da964a05594132a7286cbedfbc94a;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=8dc09f48182574d792a2ed7c37b66831d9267a6c diff --git a/ginac/expair.cpp b/ginac/expair.cpp index 6070ffb5..a7e4fab2 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-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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 @@ -17,14 +17,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 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