From e248683953f996bc9396a268b38cdac4a40aaacb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 28 May 1994 17:21:11 +0000 Subject: [PATCH] moved config.h to top of includes --- parse.lex | 2 +- parse.yacc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parse.lex b/parse.lex index a9d932af0..3b22459b9 100644 --- a/parse.lex +++ b/parse.lex @@ -39,9 +39,9 @@ static char rcsid[] = "$Id$"; #endif /* lint */ +#include "config.h" #include #include -#include "config.h" #include "sudo.h" #include "y.tab.h" diff --git a/parse.yacc b/parse.yacc index f11b5f7cb..05b5c7a16 100644 --- a/parse.yacc +++ b/parse.yacc @@ -39,10 +39,10 @@ static char rcsid[] = "$Id$"; #endif /* lint */ +#include "config.h" #include #include #include -#include "config.h" #include "sudo.h" extern int yylineno; -- 2.40.0