diff options
Diffstat (limited to 'openbox/parse.l')
| -rw-r--r-- | openbox/parse.l | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/parse.l b/openbox/parse.l index c888b9f1..bab976c4 100644 --- a/openbox/parse.l +++ b/openbox/parse.l @@ -1,12 +1,9 @@ %{ -#include <glib.h> -#include "y.tab.h" +#include "parse.h" #ifdef HAVE_STDLIB_H # include <stdlib.h> #endif -extern void yyerror(char *err); - int yylineno = 1; %} |
