=================================================================== RCS file: /cvs/mandoc/compat_stringlist.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/compat_stringlist.h 2015/05/20 20:55:04 1.1 +++ mandoc/compat_stringlist.h 2015/05/20 22:22:59 1.2 @@ -1,7 +1,8 @@ +/* $Id: compat_stringlist.h,v 1.2 2015/05/20 22:22:59 schwarze Exp $ */ /* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */ /* - * Copyright (c) 1994 Christos Zoulas + * Copyright (c) 1994 Christos Zoulas * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -29,13 +30,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ -#ifndef _STRINGLIST_H -#define _STRINGLIST_H -#include #include /* @@ -53,5 +49,3 @@ int sl_add(StringList *, char *); void sl_free(StringList *, int); char *sl_find(StringList *, const char *); __END_DECLS - -#endif /* _STRINGLIST_H */