From 62befa7fcd92427df4055e759c9da7358b13ef9e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Dec 2014 04:05:31 +0000 Subject: remove unneccessary inclusion protection; patch from deraadt@ --- html.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'html.h') diff --git a/html.h b/html.h index 521635f9..fe7839a7 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.67 2014/10/28 17:36:19 schwarze Exp $ */ +/* $Id: html.h,v 1.68 2014/12/01 04:05:31 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * @@ -14,8 +14,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef HTML_H -#define HTML_H __BEGIN_DECLS @@ -176,5 +174,3 @@ void buffmt_includes(struct html *, const char *); int html_strlen(const char *); __END_DECLS - -#endif /*!HTML_H*/ -- cgit v1.2.3