]> granicus.if.org Git - python/commitdiff
Rearrange include headers (needed on some platforms).
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:11:41 +0000 (19:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:11:41 +0000 (19:11 +0000)
Modules/nismodule.c

index 00c35616bfec213870dc7bf9a3f7617090723dbd..ab5b9d0d7d55ce44927eddfdb7c46827b33fcd35 100644 (file)
 #include "modsupport.h"
 #include "ceval.h"
 
-#include <rpcsvc/ypclnt.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <rpc/rpc.h>
 #include <rpcsvc/yp_prot.h>
+#include <rpcsvc/ypclnt.h>
 
 static object *NisError;