=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/st.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/mandoc/st.c 2011/04/24 16:22:02 1.6 --- src/usr.bin/mandoc/st.c 2014/03/21 22:17:01 1.7 *************** *** 1,4 **** ! /* $Id: st.c,v 1.6 2011/04/24 16:22:02 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: st.c,v 1.7 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 14,25 **** * 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 "mdoc.h" - #include "mandoc.h" #include "libmdoc.h" #define LINE(x, y) \ --- 14,22 ----