git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603c5f6
)
moving rpc/rpc.h to after netinet.h
author
Luke Leighton
<lkcl@samba.org>
Mon, 30 Nov 1998 17:55:46 +0000
(17:55 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Mon, 30 Nov 1998 17:55:46 +0000
(17:55 +0000)
source/include/includes.h
patch
|
blob
|
history
diff --git
a/source/include/includes.h
b/source/include/includes.h
index 82487c4e2245bcb70c3145a4e6db91f1ef243e31..58c6ee01bdc720fc348e5c837114fecb0018ba8f 100644
(file)
--- a/
source/include/includes.h
+++ b/
source/include/includes.h
@@
-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>