X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fprint.cpp;h=6b18cc6585546b400ef47e0723ec8f645817db78;hp=218bb9c9d3a63e517f26eebd556033371c70c3f5;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/print.cpp b/ginac/print.cpp index 218bb9c9..6b18cc65 100644 --- a/ginac/print.cpp +++ b/ginac/print.cpp @@ -3,7 +3,7 @@ * Implementation of helper classes for expression output. */ /* - * 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,13 +17,13 @@ * * 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 "print.h" +#include + namespace GiNaC { /** Next free ID for print_context types. */