Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 07:50:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390537 - head/devel/android-tools-fastboot/files
Message-ID:  <201506250750.t5P7oU96010094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250750.t5P7oU96010094>