Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 18:33:47 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r202513 - stable/8/sys/dev/usb/serial
Message-ID:  <201001171833.o0HIXlmM010413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Sun Jan 17 18:33:47 2010
New Revision: 202513
URL: http://svn.freebsd.org/changeset/base/202513

Log:
  MFC r201766
  
   Remove unneeded includes.

Modified:
  stable/8/sys/dev/usb/serial/u3g.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c	Sun Jan 17 18:33:05 2010	(r202512)
+++ stable/8/sys/dev/usb/serial/u3g.c	Sun Jan 17 18:33:47 2010	(r202513)
@@ -59,9 +59,7 @@
 #define	USB_DEBUG_VAR u3g_debug
 #include <dev/usb/usb_debug.h>
 #include <dev/usb/usb_process.h>
-#include <dev/usb/usb_dynamic.h>
 #include <dev/usb/usb_msctest.h>
-#include <dev/usb/usb_device.h>
 
 #include <dev/usb/serial/usb_serial.h>
 



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