diff options
Diffstat (limited to 'doc/specs/parse_y.y')
-rw-r--r-- | doc/specs/parse_y.y | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/specs/parse_y.y b/doc/specs/parse_y.y index 96809cd2..9dbd1022 100644 --- a/doc/specs/parse_y.y +++ b/doc/specs/parse_y.y @@ -1,8 +1,6 @@ %{ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <stdio.h> #include <stdlib.h> |