From 389cef9ca823efbafa9b672ddfc6de7994853bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Thu, 3 Nov 2011 07:53:15 +0100 Subject: [PATCH] includes cleanup --- backend/genesys_low.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/backend/genesys_low.c b/backend/genesys_low.c index ef761c144..e6ec325b0 100644 --- a/backend/genesys_low.c +++ b/backend/genesys_low.c @@ -41,28 +41,9 @@ whether to permit this exception to apply to your modifications. If you do not wish that, delete this exception notice. */ -#include "../include/sane/config.h" - -#include -#include -#include -#include -#include - -#include "../include/sane/sane.h" -#include "../include/sane/sanei.h" -#include "../include/sane/saneopts.h" - -#ifndef HACK #undef BACKEND_NAME #define BACKEND_NAME genesys_low -#endif -#include "../include/sane/sanei_backend.h" -#include "../include/sane/sanei_config.h" -#include "../include/sane/sanei_usb.h" - -#include "../include/_stdint.h" #include "genesys_low.h" /* ------------------------------------------------------------------------ */