* getrpcent.c: Shuffle inclusion order somewhat
authorTom Yu <tlyu@mit.edu>
Thu, 1 Aug 1996 00:41:22 +0000 (00:41 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 1 Aug 1996 00:41:22 +0000 (00:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8884 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/getrpcent.c

index e48d5b1e9250bfd8a896cb433a945e8e732007f1..d701960412f701c9460d296edb1c3cae0ed7ec65 100644 (file)
@@ -38,9 +38,8 @@ static  char sccsid[] = "@(#)getrpcent.c 1.9 87/08/11  Copyr 1984 Sun Micro";
 
 #include <stdio.h>
 #include <sys/types.h>
-#include <rpc/rpc.h>
-#include <rpc/netdb.h>
 #include <netdb.h>
+#include <rpc/rpc.h>
 #include <string.h>
 #include <sys/socket.h>