]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fixed order of #include's: time.h moves up! ;-)
authorAlexander Barton <alex@barton.de>
Sat, 17 Jan 2004 03:15:45 +0000 (03:15 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 17 Jan 2004 03:15:45 +0000 (03:15 +0000)
src/ngircd/ngircd.c

index 2e0c65bf81b265c9038dc9d802e76a8ae41edd50..55947902bd55a634a4a86e11526d0245f93a6765 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.81 2004/01/02 19:23:30 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.82 2004/01/17 03:15:45 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -24,10 +24,10 @@ static char UNUSED id[] = "$Id: ngircd.c,v 1.81 2004/01/02 19:23:30 alex Exp $";
 #include <signal.h>
 #include <string.h>
 #include <unistd.h>
+#include <time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
-#include <time.h>
 #include <pwd.h>
 #include <grp.h>