=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_layout.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/mandoc/tbl_layout.c 2012/05/26 20:03:34 1.11 --- src/usr.bin/mandoc/tbl_layout.c 2014/03/21 22:17:01 1.12 *************** *** 1,4 **** ! /* $Id: tbl_layout.c,v 1.11 2012/05/26 20:03:34 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012 Ingo Schwarze --- 1,4 ---- ! /* $Id: tbl_layout.c,v 1.12 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012 Ingo Schwarze *************** *** 15,27 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - #include #include #include #include #include #include "mandoc.h" #include "libmandoc.h" #include "libroff.h" --- 15,27 ---- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include #include #include #include #include "mandoc.h" + #include "mandoc_aux.h" #include "libmandoc.h" #include "libroff.h"