summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-23 16:50:26 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-23 16:50:26 +0000
commit0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a (patch)
tree48ed8803e3be15489f7f17d00d0413477c24b90d /pci.c
parent42827f0721a8f99e0ca2247b09a1de6114802d0f (diff)
downloadldetect-0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a.tar
ldetect-0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a.tar.gz
ldetect-0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a.tar.bz2
ldetect-0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a.tar.xz
ldetect-0070d8b2de731d8bb4e8065b55e4bcda2ffb7a6a.zip
kill doble include
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index dc18903..9d146fd 100644
--- a/pci.c
+++ b/pci.c
@@ -9,7 +9,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
-#include <pci/pci.h>
#include "common.h"
static char *proc_pci_path_default = "/proc/bus/pci/devices";