]> granicus.if.org Git - sudo/commitdiff
moved config.h to top of includes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 May 1994 17:21:11 +0000 (17:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 May 1994 17:21:11 +0000 (17:21 +0000)
parse.lex
parse.yacc

index a9d932af02440c0102627f5158a9a2f8ecf62f8f..3b22459b93da9ac371e4ff5c3b8aa0668688eb26 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -39,9 +39,9 @@
 static char rcsid[] = "$Id$";
 #endif /* lint */
 
+#include "config.h"
 #include <sys/types.h>
 #include <sys/param.h>
-#include "config.h"
 #include "sudo.h"
 #include "y.tab.h"
 
index f11b5f7cbcd654eb074ba9ac663c320d11ac6c30..05b5c7a1608a904daff7823e994a026c4ea7ba7c 100644 (file)
 static char rcsid[] = "$Id$";
 #endif /* lint */
 
+#include "config.h"
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/param.h>
-#include "config.h"
 #include "sudo.h"
 
 extern int yylineno;