=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- src/usr.bin/mandoc/out.c 2018/12/12 21:54:30 1.48 +++ src/usr.bin/mandoc/out.c 2018/12/13 11:55:14 1.49 @@ -1,4 +1,4 @@ -/* $OpenBSD: out.c,v 1.48 2018/12/12 21:54:30 schwarze Exp $ */ +/* $OpenBSD: out.c,v 1.49 2018/12/13 11:55:14 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011,2014,2015,2017,2018 Ingo Schwarze @@ -25,7 +25,6 @@ #include #include "mandoc_aux.h" -#include "mandoc.h" #include "tbl.h" #include "out.h"