]> mj.ucw.cz Git - pciutils.git/commitdiff
<linux/pci.h> is already included in pciutils.h, no need to include it twice.
authorMartin Mares <mj@ucw.cz>
Mon, 8 Jun 1998 07:56:20 +0000 (07:56 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:52 +0000 (14:09 +0200)
names.c

diff --git a/names.c b/names.c
index 9ea00ada7fb0adccb95c4e38fe8ed92dd2be3882..67b5ae6bfe43e31762fe4b4a9c4e13a11554c005 100644 (file)
--- 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 <fcntl.h>
 #include <unistd.h>
 #include <sys/stat.h>
-#include <linux/pci.h>
 
 #include "pciutils.h"