]> granicus.if.org Git - sudo/commitdiff
move local includes after system ones
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Oct 1998 03:52:18 +0000 (03:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Oct 1998 03:52:18 +0000 (03:52 +0000)
check.c

diff --git a/check.c b/check.c
index 63f44a3b2c538926511355cca596fda41fc4831d..837ca9703f32f53c621d702560e5980a56f046d4 100644 (file)
--- a/check.c
+++ b/check.c
@@ -63,9 +63,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 #include <pwd.h>
 #include <grp.h>
-#include "sudo.h"
-#include "insults.h"
-#include "version.h"
 #ifdef HAVE_KERB4
 #  include <krb.h>
 #endif /* HAVE_KERB4 */
@@ -96,6 +93,10 @@ static char rcsid[] = "$Id$";
 #  include "emul/utime.h"
 #endif /* HAVE_UTIME */
 
+#include "sudo.h"
+#include "insults.h"
+#include "version.h"
+
 
 /*
  * Prototypes for local functions