diff options
Diffstat (limited to 'backend_mitsu9550.c')
-rw-r--r-- | backend_mitsu9550.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/backend_mitsu9550.c b/backend_mitsu9550.c index 529de70..7f652d1 100644 --- a/backend_mitsu9550.c +++ b/backend_mitsu9550.c @@ -27,24 +27,15 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> +#define BACKEND mitsu9550_backend -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <signal.h> +#include "backend_common.h" /* For Integration into gutenprint */ #if defined(HAVE_CONFIG_H) #include <config.h> #endif -#define BACKEND mitsu9550_backend - - #if defined(USE_DLOPEN) #define WITH_DYNAMIC #include <dlfcn.h> @@ -68,8 +59,6 @@ #warning "No dynamic loading support!" #endif -#include "backend_common.h" - // #include "lib70x/libMitsuD70ImageReProcess.h" #ifndef LUT_LEN |