X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimes.h;h=fdf6d693fa06ba496ed3349f533efc2d94306833;hp=9127ca52104edf06eebfaf2b4277979f5bccaad2;hb=e3a85b82783389ef7d96a8d6d75c5ab64157e24b;hpb=dad107ff48f68d45e72469a8716df375ae145cf3;ds=sidebyside diff --git a/check/times.h b/check/times.h index 9127ca52..fdf6d693 100644 --- a/check/times.h +++ b/check/times.h @@ -3,7 +3,7 @@ * Prototypes for all individual timings. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 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 @@ -24,17 +24,13 @@ #define CHECKS_H #include -#include -#include "config.h" -#if defined(HAVE_SSTREAM) -# include -#else -# include -#endif +#include +#include +#include #include -using namespace std; - +#include "config.h" #include "ginac.h" +using namespace std; using namespace GiNaC; class timer { @@ -73,5 +69,6 @@ unsigned time_lw_Pprime(); unsigned time_lw_Q(); unsigned time_lw_Qprime(); unsigned time_antipode(); +unsigned time_fateman_expand(); #endif // ndef CHECKS_H