=================================================================== RCS file: /cvs/mandoc/st.c,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- mandoc/st.c 2010/06/19 20:46:28 1.8 +++ mandoc/st.c 2014/08/10 23:54:41 1.11 @@ -1,4 +1,4 @@ -/* $Id: st.c,v 1.8 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: st.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -14,15 +14,13 @@ * 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 +#include + #include -#include -#include "mandoc.h" +#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \