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=9d493290b5ee854e254e053398ec28d6fa4fe2cf;hb=49a44f7d55ec0d6686d3c32c7081a07d10c93274;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/check/check_inifcns.cpp b/check/check_inifcns.cpp index 9d493290..0bab8717 100644 --- a/check/check_inifcns.cpp +++ b/check/check_inifcns.cpp @@ -4,7 +4,7 @@ * functions. */ /* - * 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 @@ -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() {