X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_fateman_expand.cpp;h=e689dcdf95cabd5023d9c9fd60dc928c71f3722e;hp=08590d29d3d4e1c078aaaeefe97503b036600d9d;hb=1602530f716ba1d425a0667b897182b99c374823;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/time_fateman_expand.cpp b/check/time_fateman_expand.cpp index 08590d29..e689dcdf 100644 --- a/check/time_fateman_expand.cpp +++ b/check/time_fateman_expand.cpp @@ -6,7 +6,7 @@ */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -23,12 +23,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "ginac.h" #include "timer.h" -using namespace std; using namespace GiNaC; +#include +using namespace std; + static unsigned test() { unsigned result = 0;