]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
Style message about legacy man(7) date format in mdoc(7) documents
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index e8b4862f235d90d3a525b51acfb514f49c3e8c6c..02868f08d27c3655df9ce1c1e6f26367de225da1 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,6 +1,6 @@
-/*     $Id: st.c,v 1.6 2010/01/01 17:14:30 kristaps Exp $ */
+/*     $Id: st.c,v 1.13 2015/10/06 18:32:20 schwarze Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * 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.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#include <stdlib.h>
+#include <sys/types.h>
+
 #include <string.h>
-#include <time.h>
 
+#include "roff.h"
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -33,5 +33,5 @@ mdoc_a2st(const char *p)
 
 #include "st.in"
 
-       return(NULL);
+       return NULL;
 }