=================================================================== RCS file: /cvs/mandoc/tbl_layout.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/tbl_layout.c 2012/05/27 17:54:54 1.23 +++ mandoc/tbl_layout.c 2014/03/23 11:25:26 1.24 @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.23 2012/05/27 17:54:54 schwarze Exp $ */ +/* $Id: tbl_layout.c,v 1.24 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012 Ingo Schwarze @@ -19,13 +19,13 @@ #include "config.h" #endif -#include #include #include #include #include #include "mandoc.h" +#include "mandoc_aux.h" #include "libmandoc.h" #include "libroff.h"