X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fcheck_lsolve.cpp;h=ecdfee69da1a374dca055296b50e35c2e92e45ff;hb=dfaa3383381a37f871cdd8ae7b19db579dddd83d;hp=226b6c2d3a0d8144d126f0f6f83fb584c43767ec;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45;p=ginac.git diff --git a/check/check_lsolve.cpp b/check/check_lsolve.cpp index 226b6c2d..ecdfee69 100644 --- a/check/check_lsolve.cpp +++ b/check/check_lsolve.cpp @@ -5,7 +5,7 @@ * the underlying symbolic manipulations. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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 @@ -22,12 +22,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "ginac.h" +using namespace GiNaC; + +#include // for rand() #include #include -#include // rand() -#include "ginac.h" using namespace std; -using namespace GiNaC; extern const ex dense_univariate_poly(const symbol & x, unsigned degree);