[MLton-commit] r4626
Matthew Fluet
MLton@mlton.org
Thu, 1 Jun 2006 12:42:53 -0700
Cleaning up includes
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h 2006-06-01 01:59:06 UTC (rev 4625)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h 2006-06-01 19:42:53 UTC (rev 4626)
@@ -6,13 +6,10 @@
#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/poll.h>
-#include <sys/ptrace.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/sysctl.h>