1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

moving rpc/rpc.h to after netinet.h

(This used to be commit 3257b72c6e)
This commit is contained in:
Luke Leighton 1998-11-30 17:55:46 +00:00
parent b31c528146
commit 0712a56047

View File

@ -46,10 +46,6 @@
#endif
#if defined(HAVE_RPC_RPC_H)
#include <rpc/rpc.h>
#endif
#include <sys/types.h>
#ifdef TIME_WITH_SYS_TIME
@ -74,6 +70,11 @@
#include <stdio.h>
#include <stddef.h>
#include <netinet/in.h>
#if defined(HAVE_RPC_RPC_H)
#include <rpc/rpc.h>
#endif
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
@ -179,7 +180,6 @@
#include <varargs.h>
#endif
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <syslog.h>