Added Henning's change ro re-order the #include statements back in.

merge-requests/1/head
Karl Heinz Kremer 2003-09-14 12:41:58 +00:00
rodzic c6a2bfc784
commit f28084301a
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2003-09-14 Karl Heinz Kremer <khk@khk.net>
* backend/epson.c: put Henning's #include change back in.
2003-09-14 Stéphane Voltz <svoltz@wanadoo.fr>
* backend/umax_pp_low.c: reworked inb/out functions. The backend now

Wyświetl plik

@ -313,15 +313,15 @@
#include <sane/sanei_pio.h>
#include "epson.h"
#include "epson_scsi.h"
#include "epson_usb.h"
#define BACKEND_NAME epson
#include <sane/sanei_backend.h>
#include <sane/sanei_config.h>
#include "epson.h"
#include "epson_scsi.h"
#include "epson_usb.h"
#define EPSON_CONFIG_FILE "epson.conf"
#ifndef PATH_MAX