=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_data.c,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/mandoc/tbl_data.c 2018/12/12 21:54:30 1.35 --- src/usr.bin/mandoc/tbl_data.c 2018/12/13 02:05:57 1.36 *************** *** 1,4 **** ! /* $OpenBSD: tbl_data.c,v 1.35 2018/12/12 21:54:30 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2015, 2017, 2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: tbl_data.c,v 1.36 2018/12/13 02:05:57 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2015, 2017, 2018 Ingo Schwarze *************** *** 27,33 **** #include "mandoc.h" #include "tbl.h" #include "libmandoc.h" ! #include "libroff.h" static void getdata(struct tbl_node *, struct tbl_span *, int, const char *, int *); --- 27,33 ---- #include "mandoc.h" #include "tbl.h" #include "libmandoc.h" ! #include "tbl_int.h" static void getdata(struct tbl_node *, struct tbl_span *, int, const char *, int *);