=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.225 retrieving revision 1.226 diff -u -p -r1.225 -r1.226 --- mandoc/roff.c 2014/08/10 23:54:41 1.225 +++ mandoc/roff.c 2014/08/19 16:52:32 1.226 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.225 2014/08/10 23:54:41 schwarze Exp $ */ +/* $Id: roff.c,v 1.226 2014/08/19 16:52:32 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -27,8 +27,8 @@ #include "mandoc.h" #include "mandoc_aux.h" -#include "libroff.h" #include "libmandoc.h" +#include "libroff.h" /* Maximum number of nested if-else conditionals. */ #define RSTACK_MAX 128