X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fparse.l;h=bab976c4129c1c8457353adf82281e72169a4edd;hb=d447dc0f59619d26073699d9f81d7de77c200be4;hp=c888b9f1a9fc2752db6404008963ad89dcf35101;hpb=71c8b0b7b2cf2fa79ac4c81b7756f2b230f2de7a;p=chaz%2Fopenbox 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 -#include "y.tab.h" +#include "parse.h" #ifdef HAVE_STDLIB_H # include #endif -extern void yyerror(char *err); - int yylineno = 1; %}