X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexam_polygcd.cpp;h=04f435af058d825f88721d0074f9ebfe483fbecd;hb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6;hp=79d4d5ed93adbea3f6c120bf7d719d69b4114f32;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45;p=ginac.git diff --git a/check/exam_polygcd.cpp b/check/exam_polygcd.cpp index 79d4d5ed..04f435af 100644 --- a/check/exam_polygcd.cpp +++ b/check/exam_polygcd.cpp @@ -4,7 +4,7 @@ * rational function normalization in normalization.cpp. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2014 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 @@ -21,11 +21,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "ginac.h" -using namespace std; using namespace GiNaC; +#include +using namespace std; + const int MAX_VARIABLES = 3; static symbol x("x"), z("z");