From e4749d54729560e37005f2eca8e2ae34f28b374d Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Fri, 21 Sep 2001 11:31:21 +0000 Subject: [PATCH] Removed some remainings of the USB merge. Henning Meier-Geinitz --- sanei/sanei_config2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sanei/sanei_config2.c b/sanei/sanei_config2.c index 02b1e39dc..d8a9658cb 100644 --- a/sanei/sanei_config2.c +++ b/sanei/sanei_config2.c @@ -50,7 +50,6 @@ #include "sane/sanei.h" #include "sane/sanei_config.h" #include "sane/sanei_scsi.h" -#include "sane/sanei_usb.h" /* This logically belongs to sanei_config.c but not every backend that uses sanei_config() wants to depend on this function. */ @@ -60,7 +59,7 @@ sanei_config_attach_matching_devices (const char *name, SANE_Status (*attach) (const char *dev)) { int bus = -1, channel = -1, id = -1, lun = -1; - char *vendor = 0, *model = 0, *type = 0, *end, *product; + char *vendor = 0, *model = 0, *type = 0, *end; if (strncmp (name, "scsi", 4) == 0) {