From: dlg Date: Tue, 27 Jan 2015 10:12:45 +0000 (+0000) Subject: remove #include . it wont exist anymore soon. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ca58f28e8a1004e679f8a974387eb57fb21db9a5;p=openbsd remove #include . it wont exist anymore soon. --- diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c index ac16e90336b..7e6309eb764 100644 --- a/sys/ddb/db_structinfo.c +++ b/sys/ddb/db_structinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_structinfo.c,v 1.11 2014/12/19 09:02:39 reyk Exp $ */ +/* $OpenBSD: db_structinfo.c,v 1.12 2015/01/27 10:12:45 dlg Exp $ */ /* public domain */ /* * This file is intended to be compiled with debug information, @@ -86,7 +86,6 @@ #include #include #include -#include #include #include diff --git a/sys/dev/softraid_raid1.c b/sys/dev/softraid_raid1.c index 7317ac0d371..b88d1411f94 100644 --- a/sys/dev/softraid_raid1.c +++ b/sys/dev/softraid_raid1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_raid1.c,v 1.59 2014/11/18 02:37:30 tedu Exp $ */ +/* $OpenBSD: softraid_raid1.c,v 1.60 2015/01/27 10:12:45 dlg Exp $ */ /* * Copyright (c) 2007 Marco Peereboom * @@ -33,7 +33,6 @@ #include #include #include -#include #include #include