X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_G.cpp;h=47d5d5cfc227da397647e5c05f59cfb1f9e6fd75;hp=5c748ba43c374080d0aa2d0164d18b8fbae76899;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/check/time_lw_G.cpp b/check/time_lw_G.cpp index 5c748ba4..47d5d5cf 100644 --- a/check/time_lw_G.cpp +++ b/check/time_lw_G.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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");