summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-18 17:27:34 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-18 17:27:34 +0000
commit421172fe5c3640a09a2b0592f3c174e5004abc65 (patch)
tree43f5f1288fa8e9c249c6b98bc759b48a3cb387de /pciusb.c
parent16f6a849a45a03c2ec971f92a792ef64178ada37 (diff)
downloadldetect-421172fe5c3640a09a2b0592f3c174e5004abc65.tar
ldetect-421172fe5c3640a09a2b0592f3c174e5004abc65.tar.gz
ldetect-421172fe5c3640a09a2b0592f3c174e5004abc65.tar.bz2
ldetect-421172fe5c3640a09a2b0592f3c174e5004abc65.tar.xz
ldetect-421172fe5c3640a09a2b0592f3c174e5004abc65.zip
remove useless include
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pciusb.c b/pciusb.c
index bcd901f..7ad2aa7 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -8,7 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <modprobe.h>
#include <dirent.h>
#include "common.h"