From: Martin Mares Date: Mon, 8 Jun 1998 07:56:20 +0000 (+0000) Subject: is already included in pciutils.h, no need to include it twice. X-Git-Tag: v3.0.0~328 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=27e209111bfe389cf4d3aaecd70e76afe2464249;p=pciutils.git is already included in pciutils.h, no need to include it twice. --- diff --git a/names.c b/names.c index 9ea00ad..67b5ae6 100644 --- a/names.c +++ b/names.c @@ -1,5 +1,5 @@ /* - * $Id: names.c,v 1.3 1998/01/27 11:50:10 mj Exp $ + * $Id: names.c,v 1.4 1998/06/08 07:56:20 mj Exp $ * * Linux PCI Utilities -- Device ID to Name Translation * @@ -14,7 +14,6 @@ #include #include #include -#include #include "pciutils.h"