aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
commit62befa7fcd92427df4055e759c9da7358b13ef9e (patch)
treee1b6de088116702f36c956f350a12a2aaf800de2 /libmandoc.h
parentea2a06c892c15119eefec58c6db567d8e86d19d0 (diff)
downloadmandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.gz
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.zst
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.zip
remove unneccessary inclusion protection; patch from deraadt@
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libmandoc.h b/libmandoc.h
index c5a8d5cd..0e554eb8 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmandoc.h,v 1.49 2014/11/28 06:27:05 schwarze Exp $ */
+/* $Id: libmandoc.h,v 1.50 2014/12/01 04:05:32 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,8 +15,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef LIBMANDOC_H
-#define LIBMANDOC_H
enum rofferr {
ROFF_CONT, /* continue processing line */
@@ -91,5 +89,3 @@ const struct tbl_span *roff_span(const struct roff *);
const struct eqn *roff_eqn(const struct roff *);
__END_DECLS
-
-#endif /*!LIBMANDOC_H*/