X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fex.cpp;h=acdb377dbf147a68535b8d2219cce02422fadb23;hp=25d5607fdf2d6ba92ce2ebe1d0ae524c025f2318;hb=eff5558e5d0c6dcc70883962ed3a72a1cc6ad03b;hpb=8c732512ca284f2a586694c7c33f1a0a4a68cef7 diff --git a/ginac/ex.cpp b/ginac/ex.cpp index 25d5607f..acdb377d 100644 --- a/ginac/ex.cpp +++ b/ginac/ex.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's light-weight expression handles. */ /* - * GiNaC Copyright (C) 1999-2008 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,9 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include - #include "ex.h" #include "add.h" #include "mul.h" @@ -34,6 +31,9 @@ #include "relational.h" #include "utils.h" +#include +#include + namespace GiNaC { //////////