]> git.cameronkatri.com Git - mandoc.git/blobdiff - demandoc.c
POSIX allows PATH_MAX to not be defined, meaning "unlimited".
[mandoc.git] / demandoc.c
index 13b78903da0eb62b3a843e145b33cd64b7268e8b..c33fd89169a70bdd85e2ce866523f9b20a0f3563 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: demandoc.c,v 1.26 2016/01/08 02:53:13 schwarze Exp $ */
+/*     $Id: demandoc.c,v 1.27 2016/07/09 15:24:19 schwarze Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -20,7 +20,6 @@
 
 #include <assert.h>
 #include <ctype.h>
-#include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>