From: Sascha Wildner Date: Wed, 8 Feb 2012 12:17:10 +0000 (+0100) Subject: usr.bin: Remove duplicate includes. X-Git-Tag: v3.4.0rc~1245 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/f08edec2be2ff3ba83a9812608bb4eb3e514e8cb usr.bin: Remove duplicate includes. --- diff --git a/usr.bin/checkpt/checkpt.c b/usr.bin/checkpt/checkpt.c index ec6fbc358d..61ffad8c5b 100644 --- a/usr.bin/checkpt/checkpt.c +++ b/usr.bin/checkpt/checkpt.c @@ -21,8 +21,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly: src/usr.bin/checkpt/checkpt.c,v 1.5 2007/07/24 19:44:18 dillon Exp $ */ #include @@ -38,7 +36,6 @@ #include #include #include -#include #include static diff --git a/usr.bin/dfregress/kernel.c b/usr.bin/dfregress/kernel.c index b9748e3248..ce713fa90d 100644 --- a/usr.bin/dfregress/kernel.c +++ b/usr.bin/dfregress/kernel.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 6c5c24d3fb..03584c8593 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -39,7 +39,6 @@ #include #include -#include #include #include #include diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index f2237b3c74..c5353f9831 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -33,7 +33,6 @@ * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. * @(#)main.c 8.1 (Berkeley) 6/6/93 * $FreeBSD: src/usr.bin/tftp/main.c,v 1.8.2.3 2002/05/14 22:08:07 bsd Exp $ - * $DragonFly: src/usr.bin/tftp/main.c,v 1.6 2008/10/16 01:52:33 swildner Exp $ */ /* Many bug fixes are from Jim Guyton */ @@ -45,7 +44,6 @@ #include #include #include -#include #include diff --git a/usr.bin/top/m_dragonfly.c b/usr.bin/top/m_dragonfly.c index 99d982f1e2..b004e4caf8 100644 --- a/usr.bin/top/m_dragonfly.c +++ b/usr.bin/top/m_dragonfly.c @@ -20,7 +20,6 @@ * work of many other people, e.g. Matthew Dillon, Simon Schubert, Jordan Gordeev. * * $FreeBSD: src/usr.bin/top/machine.c,v 1.29.2.2 2001/07/31 20:27:05 tmm Exp $ - * $DragonFly: src/usr.bin/top/machine.c,v 1.26 2008/10/16 01:52:33 swildner Exp $ */ #include @@ -45,7 +44,6 @@ /* Swap */ #include -#include #include #include /* for changes in kernel structures */