X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fyaffut.hh;h=cd882461f4fdcfd1b829c651763de6bf36bb22a3;hb=6acce8f4c900bee88c85a45b9ed1b29983891469;hp=38fba30801089b87e10475e282e1ccc8ff88969e;hpb=24f6d4147e46775fe83b6e65b843365f3daa94e0;p=lilypond.git diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh index 38fba30801..cd882461f4 100644 --- a/flower/include/yaffut.hh +++ b/flower/include/yaffut.hh @@ -21,6 +21,7 @@ #include #include #include +#include #define YAFFUT_STRINGIZE(x) YAFFUT_STRINGIZE_(x) #define YAFFUT_STRINGIZE_(x) #x @@ -277,7 +278,7 @@ struct Test: public ITest, public virtual Suite static Registrator s_Registrator; Test (): Suite () { - Registrator* r = &s_Registrator; + Registrator *r = &s_Registrator; (void)r; } template @@ -301,7 +302,7 @@ struct Test: public ITest static Registrator s_Registrator; Test () { - Registrator* r = &s_Registrator; + Registrator *r = &s_Registrator; (void)r; } template @@ -394,10 +395,7 @@ void assert_throw (void (*pf) (), const char *at = "") #ifdef YAFFUT_MAIN -#include #include -#include - int main (int argc, const char *argv[]) {