X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_inifcns.cpp;h=c25ff5a7e232b6e3fce3fc2fff62b92b9e7a254e;hp=9d493290b5ee854e254e053398ec28d6fa4fe2cf;hb=69815a366be5ca81185386d94268d7e7dcce94e3;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/check/check_inifcns.cpp b/check/check_inifcns.cpp index 9d493290..c25ff5a7 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-2020 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() {