X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnormal.cpp;h=2a251a780704fdfb66ed96dc0befcf93567dc84b;hp=54fff47bbfc5f505c8230c732b4d214870a0a33d;hb=1602530f716ba1d425a0667b897182b99c374823;hpb=3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6 diff --git a/ginac/normal.cpp b/ginac/normal.cpp index 54fff47b..2a251a78 100644 --- a/ginac/normal.cpp +++ b/ginac/normal.cpp @@ -6,7 +6,7 @@ * computation, square-free factorization and rational function normalization. */ /* - * GiNaC Copyright (C) 1999-2008 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 @@ -23,9 +23,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include - #include "normal.h" #include "basic.h" #include "ex.h" @@ -46,6 +43,9 @@ #include "utils.h" #include "polynomial/chinrem_gcd.h" +#include +#include + namespace GiNaC { // If comparing expressions (ex::compare()) is fast, you can set this to 1.