X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Foperators.cpp;h=c5972c6ce9acc946a393a9aa59b75548b4f604b4;hp=d75496593f5b2dd3c1d141ade93b3e441e848566;hb=619879b5bd86a99334affe1f05d17616cc2c1898;hpb=98fa99a4c097b9baee1ce09124a24bced4b1abbb diff --git a/ginac/operators.cpp b/ginac/operators.cpp index d7549659..c5972c6c 100644 --- a/ginac/operators.cpp +++ b/ginac/operators.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's overloaded operators. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 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,9 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include - #include "operators.h" #include "numeric.h" #include "add.h" @@ -33,6 +30,9 @@ #include "print.h" #include "utils.h" +#include +#include + namespace GiNaC { /** Used internally by operator+() to add two ex objects together. */