=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.344 retrieving revision 1.345 diff -u -p -r1.344 -r1.345 --- mandoc/roff.c 2018/12/04 02:53:51 1.344 +++ mandoc/roff.c 2018/12/12 21:54:35 1.345 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.344 2018/12/04 02:53:51 schwarze Exp $ */ +/* $Id: roff.c,v 1.345 2018/12/12 21:54:35 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017, 2018 Ingo Schwarze @@ -28,10 +28,11 @@ #include #include -#include "mandoc.h" #include "mandoc_aux.h" #include "mandoc_ohash.h" +#include "mandoc.h" #include "roff.h" +#include "tbl.h" #include "libmandoc.h" #include "roff_int.h" #include "libroff.h"