Date: Sat, 28 Nov 2009 13:20:29 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199876 - head/sys/dev/usb/serial Message-ID: <200911281320.nASDKTa5055225@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Sat Nov 28 13:20:29 2009 New Revision: 199876 URL: http://svn.freebsd.org/changeset/base/199876 Log: Remove unneeded inclusion of <sys/termios.h>. Modified: head/sys/dev/usb/serial/usb_serial.h Modified: head/sys/dev/usb/serial/usb_serial.h ============================================================================== --- head/sys/dev/usb/serial/usb_serial.h Sat Nov 28 11:57:43 2009 (r199875) +++ head/sys/dev/usb/serial/usb_serial.h Sat Nov 28 13:20:29 2009 (r199876) @@ -70,7 +70,6 @@ #include <sys/tty.h> #include <sys/serial.h> #include <sys/fcntl.h> -#include <sys/termios.h> /* Module interface related macros */ #define UCOM_MODVER 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911281320.nASDKTa5055225>