From owner-svn-src-all@freebsd.org Sun Dec 13 20:53:52 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FB28A4213C; Sun, 13 Dec 2015 20:53:52 +0000 (UTC) (envelope-from avos@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5826D12FC; Sun, 13 Dec 2015 20:53:52 +0000 (UTC) (envelope-from avos@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDKrpl4078299; Sun, 13 Dec 2015 20:53:51 GMT (envelope-from avos@FreeBSD.org) Received: (from avos@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDKrpGY078296; Sun, 13 Dec 2015 20:53:51 GMT (envelope-from avos@FreeBSD.org) Message-Id: <201512132053.tBDKrpGY078296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avos set sender to avos@FreeBSD.org using -f From: Andriy Voskoboinyk Date: Sun, 13 Dec 2015 20:53:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292166 - in head/sys/dev/wtap: . plugins X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 20:53:52 -0000 Author: avos Date: Sun Dec 13 20:53:51 2015 New Revision: 292166 URL: https://svnweb.freebsd.org/changeset/base/292166 Log: wtap: do not include when is already included Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D4536 Modified: head/sys/dev/wtap/if_wtap_module.c head/sys/dev/wtap/if_wtapvar.h head/sys/dev/wtap/plugins/visibility.c Modified: head/sys/dev/wtap/if_wtap_module.c ============================================================================== --- head/sys/dev/wtap/if_wtap_module.c Sun Dec 13 20:48:24 2015 (r292165) +++ head/sys/dev/wtap/if_wtap_module.c Sun Dec 13 20:53:51 2015 (r292166) @@ -41,7 +41,6 @@ #include #include -#include #include #include #include Modified: head/sys/dev/wtap/if_wtapvar.h ============================================================================== --- head/sys/dev/wtap/if_wtapvar.h Sun Dec 13 20:48:24 2015 (r292165) +++ head/sys/dev/wtap/if_wtapvar.h Sun Dec 13 20:53:51 2015 (r292166) @@ -32,7 +32,6 @@ #ifndef _DEV_WTAP_WTAPVAR_H #define _DEV_WTAP_WTAPVAR_H -#include #include #include #include @@ -44,7 +43,6 @@ #include #include -#include #include #include #include Modified: head/sys/dev/wtap/plugins/visibility.c ============================================================================== --- head/sys/dev/wtap/plugins/visibility.c Sun Dec 13 20:48:24 2015 (r292165) +++ head/sys/dev/wtap/plugins/visibility.c Sun Dec 13 20:53:51 2015 (r292166) @@ -41,7 +41,6 @@ #include #include -#include #include #include #include