X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_inifcns.cpp;h=0bab8717ca0a932a37b9ea43f4f30c0a2cee3daa;hp=293fd8b1e52ed253266fd31d86793d5ddc106428;hb=1602530f716ba1d425a0667b897182b99c374823;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/check_inifcns.cpp b/check/check_inifcns.cpp index 293fd8b1..0bab8717 100644 --- a/check/check_inifcns.cpp +++ b/check/check_inifcns.cpp @@ -4,7 +4,7 @@ * functions. */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -21,12 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include // rand() #include "ginac.h" -using namespace std; using namespace GiNaC; +#include // for rand() +#include +using namespace std; + /* Some tests on the sine trigonometric function. */ static unsigned inifcns_check_sin() {