looks good for commit regards -steve
On Mon, 2009-05-18 at 18:11 +0200, Jim Meyering wrote: > From: Jim Meyering <[email protected]> > > * test/cpgbench.c: Include <config.h> before any other file. > * test/cpgbenchzc.c: Ditto. > --- > test/cpgbench.c | 2 +- > test/cpgbenchzc.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test/cpgbench.c b/test/cpgbench.c > index 7663103..f3e2054 100644 > --- a/test/cpgbench.c > +++ b/test/cpgbench.c > @@ -1,4 +1,3 @@ > -#include <assert.h> > /* > * Copyright (c) 2006, 2009 Red Hat, Inc. > * > @@ -35,6 +34,7 @@ > > #include <config.h> > > +#include <assert.h> > #include <stdio.h> > #include <stdlib.h> > #include <string.h> > diff --git a/test/cpgbenchzc.c b/test/cpgbenchzc.c > index 360c533..f3c36dd 100644 > --- a/test/cpgbenchzc.c > +++ b/test/cpgbenchzc.c > @@ -1,4 +1,3 @@ > -#include <assert.h> > /* > * Copyright (c) 2006, 2009 Red Hat, Inc. > * > @@ -35,6 +34,7 @@ > > #include <config.h> > > +#include <assert.h> > #include <stdio.h> > #include <stdlib.h> > #include <string.h> _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
