=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/eqn.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/mandoc/eqn.c 2011/09/18 15:54:48 1.5 --- src/usr.bin/mandoc/eqn.c 2014/03/21 22:17:01 1.6 *************** *** 1,4 **** ! /* $Id: eqn.c,v 1.5 2011/09/18 15:54:48 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: eqn.c,v 1.6 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * *************** *** 14,23 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif - #include #include #include --- 14,19 ---- *************** *** 26,31 **** --- 22,28 ---- #include #include "mandoc.h" + #include "mandoc_aux.h" #include "libmandoc.h" #include "libroff.h"