aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.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 /mdoc.h
parentea2a06c892c15119eefec58c6db567d8e86d19d0 (diff)
downloadmandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.gz
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.zst
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.zip
remove unneccessary inclusion protection; patch from deraadt@
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/mdoc.h b/mdoc.h
index 58ad8131..f7c933d5 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.131 2014/07/29 13:58:18 schwarze Exp $ */
+/* $Id: mdoc.h,v 1.132 2014/12/01 04:05:32 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 MDOC_H
-#define MDOC_H
enum mdoct {
MDOC_Ap = 0,
@@ -395,5 +393,3 @@ const struct mdoc_meta *mdoc_meta(const struct mdoc *);
void mdoc_deroff(char **, const struct mdoc_node *);
__END_DECLS
-
-#endif /*!MDOC_H*/