backend/*.[ch]: more consistent #include "../include/sane/config.h"

merge-requests/1/head
m. allan noah 2009-02-25 02:11:17 +00:00
rodzic 597bdcd400
commit b85947768d
13 zmienionych plików z 15 dodań i 12 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2009-02-24 m. allan noah <kitno455 a t gmail d o t com>
* backend/*.[ch]: more consistent #include "../include/sane/config.h"
2009-02-24 m. allan noah <kitno455 a t gmail d o t com>
* backend/Makefile.am/in, backend/xerox_mfp.conf.in: should use conf.in

Wyświetl plik

@ -118,7 +118,7 @@
* - sane_exit() : terminate use of backend, free devicename and device-struture
*/
#include <sane/config.h>
#include "../include/sane/config.h"
#include <errno.h>
#include <fcntl.h>

Wyświetl plik

@ -92,7 +92,7 @@
- sane_exit() : terminate use of backend, free devicename and device-struture
*/
#include <sane/config.h>
#include "../include/sane/config.h"
#include <limits.h>
#include <stdlib.h>

Wyświetl plik

@ -20,7 +20,7 @@
/* ========================================================================= */
#include <sane/config.h>
#include "../include/sane/config.h"
#include <math.h>
#include <stdio.h>

Wyświetl plik

@ -17,7 +17,7 @@
#define DEBUG_DECLARE_ONLY
#include <sane/config.h>
#include "../include/sane/config.h"
#include <stdio.h>
#include <string.h>

Wyświetl plik

@ -17,7 +17,7 @@
#define DEBUG_DECLARE_ONLY
#include <sane/config.h>
#include "../include/sane/config.h"
#include <string.h>
#include <stdlib.h>

Wyświetl plik

@ -41,7 +41,7 @@
* warnings
*/
#include <sane/config.h>
#include "../include/sane/config.h"
#include "epson2.h"

Wyświetl plik

@ -1,7 +1,7 @@
#undef BACKEND_NAME
#define BACKEND_NAME epson2_scsi
#include <sane/config.h>
#include "../include/sane/config.h"
#include <sane/sanei_debug.h>
#include <sane/sanei_scsi.h>
#include "epson2_scsi.h"

Wyświetl plik

@ -45,7 +45,7 @@
#define HS2P_H 1
#include <sys/types.h>
#include <sane/config.h>
#include "../include/sane/config.h"
#include "hs2p-scsi.h"
#include "hs2p-saneopts.h"

Wyświetl plik

@ -45,7 +45,7 @@
#include <sys/types.h>
#include <sane/config.h>
#include "../include/sane/config.h"
/* defines for scan_image_mode field */
#define IBM_BINARY_MONOCHROME 0

Wyświetl plik

@ -47,7 +47,7 @@
#include <sys/types.h>
#include <sane/config.h>
#include "../include/sane/config.h"
/* defines for scan_image_mode field */
#define RICOH_BINARY_MONOCHROME 0

Wyświetl plik

@ -78,7 +78,7 @@
- bi-level color scans now give useful (8 bit) output
- separate thresholds for red, green, blue (bi-level color scan) added
*/
#include <sane/config.h>
#include "../include/sane/config.h"
#include <limits.h>
#include <stdlib.h>

Wyświetl plik

@ -6,7 +6,7 @@
* More info at http://www.sane-project.org/license.html
*/
#include <sane/config.h>
#include "../include/sane/config.h"
#include "../include/lassert.h"
#include <ctype.h>
#include <stdlib.h>