X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_F.cpp;h=c0e037771f706f3a5923f8b1236088fa1ccba51b;hp=33fbc3ca0dbac736415ed330009b4e43021110ad;hb=dfaa3383381a37f871cdd8ae7b19db579dddd83d;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/time_lw_F.cpp b/check/time_lw_F.cpp index 33fbc3ca..c0e03777 100644 --- a/check/time_lw_F.cpp +++ b/check/time_lw_F.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -21,13 +21,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include #include "ginac.h" #include "timer.h" -using namespace std; using namespace GiNaC; +#include +#include +using namespace std; + static unsigned test() { symbol x("x");