X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_lsolve.cpp;h=795f157d90126de925d9624ea922b813294b5405;hp=226b6c2d3a0d8144d126f0f6f83fb584c43767ec;hb=1602530f716ba1d425a0667b897182b99c374823;hpb=3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6;ds=sidebyside diff --git a/check/check_lsolve.cpp b/check/check_lsolve.cpp index 226b6c2d..795f157d 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-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 @@ -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);