=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -r1.62 -r1.63 --- mandoc/Attic/macro.c 2009/03/08 20:57:35 1.62 +++ mandoc/Attic/macro.c 2009/03/09 13:17:49 1.63 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.62 2009/03/08 20:57:35 kristaps Exp $ */ +/* $Id: macro.c,v 1.63 2009/03/09 13:17:49 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -21,17 +21,14 @@ #include #include #include -#ifdef __linux__ -#include -#endif +#include "private.h" + /* * This has scanning/parsing routines, each of which extract a macro and * its arguments and parameters, then know how to progress to the next * macro. */ - -#include "private.h" static int macro_obsolete(MACRO_PROT_ARGS); static int macro_constant(MACRO_PROT_ARGS);