X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_toeplitz.cpp;h=7383a3b92657ed2907ac53db6f5b7e0b65c5aa74;hp=813e5214fd741468156a2bfd2ee4da36d897c626;hb=dbde7117e88ba61597d6fee18615fe396c291a87;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/check/time_toeplitz.cpp b/check/time_toeplitz.cpp index 813e5214..7383a3b9 100644 --- a/check/time_toeplitz.cpp +++ b/check/time_toeplitz.cpp @@ -6,7 +6,7 @@ */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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,13 +23,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 toeplitz_det(unsigned size) { unsigned result = 0;