]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
duplicate word, found by igor(1)
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index 7f8bb49197db5c7a302ece30f51d0cc4cd9d9126..d166566eceff5b602edfe9fc8534d7425d711568 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,6 +1,6 @@
-/*     $Id: st.c,v 1.3 2009/04/12 19:45:26 kristaps Exp $ */
+/*     $Id: st.c,v 1.14 2017/06/24 14:38:33 schwarze Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#include <stdlib.h>
+#include "config.h"
+
+#include <sys/types.h>
+
 #include <string.h>
 
+#include "mandoc.h"
+#include "roff.h"
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -28,5 +34,5 @@ mdoc_a2st(const char *p)
 
 #include "st.in"
 
-       return(NULL);
+       return NULL;
 }