=================================================================== RCS file: /cvs/mandoc/att.c,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- mandoc/att.c 2010/06/19 20:46:27 1.8 +++ mandoc/att.c 2014/04/20 16:46:04 1.11 @@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.8 2010/06/19 20:46:27 kristaps Exp $ */ +/* $Id: att.c,v 1.11 2014/04/20 16:46:04 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -18,21 +18,20 @@ #include "config.h" #endif -#include #include -#include -#include "mandoc.h" +#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \ if (0 == strcmp(p, x)) return(y); + const char * mdoc_a2att(const char *p) { -#include "att.in" +#include "att.in" return(NULL); }