X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4a120d45e6a181ced2f24f2f6d23e2faa9fbd778..d9efd181112c1232acff11f11b2a5c064e08cf7d:/src/reduce.c diff --git a/src/reduce.c b/src/reduce.c index 16333e20..a654f0c7 100644 --- a/src/reduce.c +++ b/src/reduce.c @@ -29,17 +29,15 @@ Boston, MA 02111-1307, USA. */ * parser. */ -#include #include "system.h" +#include "getargs.h" #include "files.h" #include "gram.h" -#include "machine.h" #include "alloc.h" #include "complain.h" extern char **tags; /* reader.c */ -extern int verboseflag; /* getargs.c */ static int statisticsflag; /* XXXXXXX */ extern int fixed_outfiles;