=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libmdoc.h,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/mandoc/libmdoc.h 2010/07/01 22:31:52 1.40 --- src/usr.bin/mandoc/libmdoc.h 2010/07/13 01:09:12 1.41 *************** *** 1,6 **** ! /* $Id: libmdoc.h,v 1.40 2010/07/01 22:31:52 schwarze Exp $ */ /* ! * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,6 ---- ! /* $Id: libmdoc.h,v 1.41 2010/07/13 01:09:12 schwarze Exp $ */ /* ! * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 17,23 **** #ifndef LIBMDOC_H #define LIBMDOC_H - #include "regs.h" #include "mdoc.h" enum mdoc_next { --- 17,22 ----