X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_polygcd.cpp;h=a47878898974ee99ba24583d231ea7fe714f792d;hp=79d4d5ed93adbea3f6c120bf7d719d69b4114f32;hb=4077d8b144e2e5f3db75cf95fbb590981b2eb8d4;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/check/exam_polygcd.cpp b/check/exam_polygcd.cpp index 79d4d5ed..a4787889 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-2011 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");