]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
Now that our man.conf(5) format is mature and extremely simple,
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index 5c6798e585d09d941c06032d5eb0db3b317b1e4c..02868f08d27c3655df9ce1c1e6f26367de225da1 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,4 +1,4 @@
-/*     $Id: st.c,v 1.8 2010/06/19 20:46:28 kristaps Exp $ */
+/*     $Id: st.c,v 1.13 2015/10/06 18:32:20 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * 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 "mandoc.h"
+#include "roff.h"
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -34,5 +33,5 @@ mdoc_a2st(const char *p)
 
 #include "st.in"
 
-       return(NULL);
+       return NULL;
 }