X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_F.cpp;h=a37f063dfaa9e81ef237a5b836f6dabb0472510b;hp=0240aa305ff71fe13d8ec7fae13a13cafa233da9;hb=708491c9e2df3690d58f1d93e4bd0506baeac103;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e diff --git a/check/time_lw_F.cpp b/check/time_lw_F.cpp index 0240aa30..a37f063d 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-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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");