[MLton-commit] r4628

Matthew Fluet MLton@mlton.org
Sun, 4 Jun 2006 19:29:52 -0700


Clean up includes
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h
U   mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h	2006-06-05 02:18:16 UTC (rev 4627)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h	2006-06-05 02:29:51 UTC (rev 4628)
@@ -1,3 +1,4 @@
+#include <inttypes.h>
 #include <stdint.h>
 
 #include <grp.h>
@@ -4,13 +5,11 @@
 #include <netdb.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
-#include <netinet/udp.h>
 #include <poll.h>
 #include <pwd.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/param.h>
-#include <sys/poll.h>
 #include <sys/resource.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h	2006-06-05 02:18:16 UTC (rev 4627)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h	2006-06-05 02:29:51 UTC (rev 4628)
@@ -1,10 +1,10 @@
 #include <inttypes.h>
+#include <stdint.h>
 
 #include <grp.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
-#include <netinet/udp.h>
 #include <poll.h>
 #include <pwd.h>
 #include <sys/ioctl.h>