svn commit: r390537 - head/devel/android-tools-fastboot/files

Jan Beich jbeich at FreeBSD.org
Thu Jun 25 07:50:31 UTC 2015


Author: jbeich
Date: Thu Jun 25 07:50:30 2015
New Revision: 390537
URL: https://svnweb.freebsd.org/changeset/ports/390537

Log:
  devel/android-tools-fastboot: drop unused headers

Modified:
  head/devel/android-tools-fastboot/files/usb_freebsd.c

Modified: head/devel/android-tools-fastboot/files/usb_freebsd.c
==============================================================================
--- head/devel/android-tools-fastboot/files/usb_freebsd.c	Thu Jun 25 07:16:39 2015	(r390536)
+++ head/devel/android-tools-fastboot/files/usb_freebsd.c	Thu Jun 25 07:50:30 2015	(r390537)
@@ -27,17 +27,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
-
-#include <sys/ioctl.h>
-#include <sys/types.h>
-#include <dirent.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <pthread.h>
-#include <ctype.h>
-
 #include <libusb.h>
 
 #include "usb.h"


More information about the svn-ports-head mailing list